MADNESS
version 0.9
|
#include <worldprofile.h>
Public Member Functions | |
WorldProfileObj (int id) | |
void | pause (double now) |
Pause profiling while we are not executing ... accumulate time in self. More... | |
void | resume (double now) |
Resume profiling. More... | |
~WorldProfileObj () | |
madness::WorldProfileObj::WorldProfileObj | ( | int | id | ) |
References madness::WorldProfileEntry::depth, madness::WorldProfile::get_entry(), and pause().
madness::WorldProfileObj::~WorldProfileObj | ( | ) |
void madness::WorldProfileObj::pause | ( | double | now | ) |
Pause profiling while we are not executing ... accumulate time in self.
References madness::WorldProfile::get_entry(), madness::ProfileStat< T >::value, and madness::WorldProfileEntry::xcpu.
Referenced by WorldProfileObj().
void madness::WorldProfileObj::resume | ( | double | now | ) |
Resume profiling.
Referenced by ~WorldProfileObj().