Searched refs:mLastCheckpoint (Results 1 – 6 of 6) sorted by relevance
309 TimeLog() : mLastCheckpoint(TimeStamp::Now()) in TimeLog()317 double dur = (now - mLastCheckpoint).ToMilliseconds(); in Checkpoint()321 mLastCheckpoint = now; in Checkpoint()325 TimeStamp mLastCheckpoint; member in TimeLog
335 TimeLog() : mLastCheckpoint(TimeStamp::Now()) {} in TimeLog()339 double dur = (now - mLastCheckpoint).ToMilliseconds(); in Checkpoint()343 mLastCheckpoint = now; in Checkpoint()347 TimeStamp mLastCheckpoint; member in TimeLog
331 TimeLog() : mLastCheckpoint(TimeStamp::Now()) {} in TimeLog()335 double dur = (now - mLastCheckpoint).ToMilliseconds(); in Checkpoint()339 mLastCheckpoint = now; in Checkpoint()343 TimeStamp mLastCheckpoint; member in TimeLog
332 TimeLog() : mLastCheckpoint(TimeStamp::Now()) {} in TimeLog()336 double dur = (now - mLastCheckpoint).ToMilliseconds(); in Checkpoint()340 mLastCheckpoint = now; in Checkpoint()344 TimeStamp mLastCheckpoint; member in TimeLog