#include <Profiler.h>
Collaboration diagram for PLearn::Profiler::Stats:

Public Member Functions | |
| Stats (int f=0, int d=0) | |
Public Attributes | |
| int | frequency_of_occurence |
| int | total_duration |
| clock_t | time_of_last_start |
| bool | on_going |
|
||||||||||||
|
Definition at line 99 of file Profiler.h. References frequency_of_occurence, on_going, time_of_last_start, and total_duration. |
|
|
Definition at line 94 of file Profiler.h. Referenced by PLearn::Profiler::end(), PLearn::Profiler::report(), and Stats(). |
|
|
Definition at line 97 of file Profiler.h. Referenced by PLearn::Profiler::end(), PLearn::Profiler::start(), and Stats(). |
|
|
Definition at line 96 of file Profiler.h. Referenced by PLearn::Profiler::end(), PLearn::Profiler::start(), and Stats(). |
|
|
Definition at line 95 of file Profiler.h. Referenced by PLearn::Profiler::end(), PLearn::Profiler::report(), and Stats(). |
1.3.7