Class TracingPerformance#

Inheritance Relationships#

Derived Types#

Class Documentation#

class TracingPerformance#

Subclassed by TimingPerformance, TraceOnlyPerformance

Public Functions

inline TracingPerformance()#

Protected Functions

void emitTraceDurationEvent(std::string label, double t, double dur)#
void emitTraceBoundaryEvent(std::string label, double t, bool isStart)#
bool checkTracing()#

Protected Static Attributes

static std::ofstream *trace_stream#
static double trace_zero_time#
static bool first_event#
static bool trace_durations#