Public Member Functions | |
TimingPerProcess | operator+ (TimingPerProcess const &other) const |
TimingPerProcess & | operator+= (TimingPerProcess const &other) |
void | reset () |
TimingPerProcess () | |
Public Attributes | |
double | all_endpaths |
double | all_paths |
double | event |
double | interpaths |
std::vector< double > | paths_interpaths |
double | preevent |
Definition at line 415 of file FastTimerService.h.
|
inline |
Definition at line 423 of file FastTimerService.h.
|
inline |
Definition at line 454 of file FastTimerService.h.
References query::result.
|
inline |
Definition at line 441 of file FastTimerService.h.
References all_endpaths, all_paths, assert(), event, i, interpaths, paths_interpaths, and preevent.
|
inline |
Definition at line 432 of file FastTimerService.h.
References all_endpaths, all_paths, interpaths, paths_interpaths, and preevent.
double FastTimerService::TimingPerProcess::all_endpaths |
Definition at line 419 of file FastTimerService.h.
Referenced by FastTimerService::SummaryPlotsPerProcess::fill(), FastTimerService::SummaryProfilesPerProcess::fill(), operator+=(), FastTimerService::printProcessSummary(), and reset().
double FastTimerService::TimingPerProcess::all_paths |
Definition at line 418 of file FastTimerService.h.
Referenced by FastTimerService::SummaryPlotsPerProcess::fill(), FastTimerService::SummaryProfilesPerProcess::fill(), operator+=(), FastTimerService::printProcessSummary(), and reset().
double FastTimerService::TimingPerProcess::event |
Definition at line 417 of file FastTimerService.h.
Referenced by Types.EventID::cppID(), FastTimerService::SummaryPlotsPerProcess::fill(), FastTimerService::SummaryProfilesPerProcess::fill(), core.AutoHandle.AutoHandle::Load(), operator+=(), FastTimerService::printProcessSummary(), looper.Looper::process(), and core.AutoHandle.AutoHandle::product().
double FastTimerService::TimingPerProcess::interpaths |
Definition at line 420 of file FastTimerService.h.
Referenced by FastTimerService::SummaryPlotsPerProcess::fill(), FastTimerService::SummaryProfilesPerProcess::fill(), operator+=(), FastTimerService::printProcessSummary(), and reset().
std::vector<double> FastTimerService::TimingPerProcess::paths_interpaths |
Definition at line 421 of file FastTimerService.h.
Referenced by operator+=(), and reset().
double FastTimerService::TimingPerProcess::preevent |
Definition at line 416 of file FastTimerService.h.
Referenced by FastTimerService::SummaryPlotsPerProcess::fill(), FastTimerService::SummaryProfilesPerProcess::fill(), operator+=(), FastTimerService::printProcessSummary(), and reset().