hikyuu2/hikyuu_cpp/hikyuu/utilities/SpendTimer.cpp
fasiondog 84da369908 1. BOOST_MSC Macro switch to _MSC_VER;
2. replace boost::to_upper/boost::to_lower;
3. add SpendTimer tool
2019-08-03 01:44:57 +08:00

18 lines
253 B
C++

/*
* SpendTimer.cpp
*
* Copyright (c) 2019 hikyuu.org
*
* Created on: 2019-8-3
* Author: fasiondog
*/
#include "SpendTimer.h"
namespace hku {
#if !HIKYUU_CLOSE_SPEND_TIME
bool SpendTimer::m_closed = false;
#endif
} /* namespace hku */