#include <external/RadixEngine/include/radix/util/Profiler.hpp>
|
std::string | m_name |
|
std::chrono::time_point
< std::chrono::high_resolution_clock > | m_begin |
|
std::chrono::time_point
< std::chrono::high_resolution_clock > | m_end |
|
std::map< std::string, Profiler > | m_subprofilers |
|
radix::util::Profiler::Profiler |
( |
const std::string & |
name | ) |
|
|
inline |
decltype(m_begin) radix::util::Profiler::begin |
( |
| ) |
const |
|
inline |
std::string radix::util::Profiler::dump |
( |
| ) |
const |
decltype(m_end) radix::util::Profiler::end |
( |
| ) |
const |
|
inline |
std::string radix::util::Profiler::name |
( |
| ) |
const |
|
inline |
Profiler& radix::util::Profiler::operator[] |
( |
const std::string & |
key | ) |
|
|
inline |
void radix::util::Profiler::start |
( |
| ) |
|
|
inline |
void radix::util::Profiler::stop |
( |
| ) |
|
|
inline |
std::chrono::time_point<std::chrono::high_resolution_clock> radix::util::Profiler::m_begin |
|
protected |
std::chrono::time_point<std::chrono::high_resolution_clock> radix::util::Profiler::m_end |
|
protected |
std::string radix::util::Profiler::m_name |
|
protected |
std::map<std::string, Profiler> radix::util::Profiler::m_subprofilers |
|
protected |
The documentation for this class was generated from the following files: