#include <BasicStopWatch.h>
Definition at line 17 of file BasicStopWatch.h.
◆ BasicStopWatch()
Definition at line 21 of file BasicStopWatch.h.
21 :
BasicStopWatchResultMap_t & m_result
std::chrono::time_point< std::chrono::steady_clock > m_start
◆ ~BasicStopWatch()
| PMonUtils::BasicStopWatch::~BasicStopWatch |
( |
| ) |
|
|
inline |
Definition at line 25 of file BasicStopWatch.h.
25 {
26 std::chrono::duration<double, std::milli> total = std::chrono::steady_clock::now() -
m_start;
27 tbb::concurrent_hash_map<std::string, double>::accessor
acc;
29 acc->second += total.count();
31 }
◆ m_name
| std::string PMonUtils::BasicStopWatch::m_name |
|
private |
◆ m_result
◆ m_start
| std::chrono::time_point<std::chrono::steady_clock> PMonUtils::BasicStopWatch::m_start |
|
private |
The documentation for this class was generated from the following file: