|
|
| LinuxProfiler (const ProfileFilter &filter=PROFILE_ALL) |
| void | start () override |
| void | end () override |
|
double | getLastWall () const |
|
double | getLastCPU () const |
|
void | wallDump () const |
|
void | cpuDump () const |
|
void | dump (const std::string &msg="") const |
|
void | dump (double &wall, double &cpu) const |
|
std::string | getProfilerFilter () const |
|
void | setProfilerFilter (const ProfileFilter &filter) |
|
| Profiler (const ProfileFilter &filter=PROFILE_ALL) |
|
|
ProfileFilter | m_profilerFilter {PROFILE_ALL} |
|
double | m_wall {} |
|
double | m_cpu {} |
◆ end()
| void LinuxProfiler::end |
( |
| ) |
|
|
overridevirtual |
◆ start()
| void LinuxProfiler::start |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: