A simple wrapper around prof_dag's counters. More...
#include <prof_dag_counters.h>
Public Member Functions | |
ProfDAGCounters (const std::shared_ptr< const NetDef > &net_def) | |
void | ReportRunStart () |
void | ReportRunEnd () |
void | AddPerOpStartTime (size_t op_id) |
void | AddPerOpEndTime (size_t op_id) |
void | AddPerOpAsyncEndTime (size_t op_id) |
ProfDAGReport | GetReport () const |
A simple wrapper around prof_dag's counters.
Definition at line 94 of file prof_dag_counters.h.