#include <ScopeTimer.h>
|
static double | getTime (const std::string &timerName) |
static void | printAll (std::ostream &out=fout) |
|
static std::map< std::string, double > | timings |
◆ ScopeTimer()
FCT::ScopeTimer::ScopeTimer |
( |
const std::string & | timerName | ) |
|
|
inline |
◆ ~ScopeTimer()
FCT::ScopeTimer::~ScopeTimer |
( |
| ) |
|
|
inline |
◆ getTime()
double FCT::ScopeTimer::getTime |
( |
const std::string & | timerName | ) |
|
|
inlinestatic |
◆ printAll()
void FCT::ScopeTimer::printAll |
( |
std::ostream & | out = fout | ) |
|
|
inlinestatic |
◆ stop()
void FCT::ScopeTimer::stop |
( |
| ) |
|
|
inline |
◆ name
std::string FCT::ScopeTimer::name |
|
private |
◆ startTime
std::chrono::high_resolution_clock::time_point FCT::ScopeTimer::startTime |
|
private |
◆ stopped
bool FCT::ScopeTimer::stopped |
|
private |
◆ timings
std::map< std::string, double > FCT::ScopeTimer::timings |
|
staticprivate |
该类的文档由以下文件生成: