LAMA
|
Structure for entry on the call stack (id, starttime) More...
Public Member Functions | |
CallEntry (int region, double timeStart) | |
Data Fields | |
int | mRegion |
reference id for the region | |
double | mTimeStart |
absolute time when call started |
Structure for entry on the call stack (id, starttime)
tracing::RegionTable::CallEntry::CallEntry | ( | int | region, |
double | timeStart | ||
) | [inline] |
reference id for the region
Referenced by tracing::RegionTable::elapsed(), and tracing::RegionTable::stop().
absolute time when call started
Referenced by tracing::RegionTable::elapsed(), and tracing::RegionTable::stop().