Searched refs:StartTime (Results 1 – 12 of 12) sorted by relevance
108 FILETIME StartTime; in CurrentTimeVal() local114 GetTime(&StartTime); in CurrentTimeVal()116 Time = (((uint64_t) StartTime.dwHighDateTime) << 32) + in CurrentTimeVal()117 (uint64_t) StartTime.dwLowDateTime; in CurrentTimeVal()
4 virtual int StartTime() { in StartTime() function in nsOggCodecState
288 StartTime( 0 ), in CProfileNode()360 Profile_Get_Ticks(&StartTime); in Call()370 time-=StartTime; in Return()
97 unsigned long int StartTime; variable
77 LARGE_INTEGER StartTime; member216 PerfCntrs->StartTime = PerfCntrs->EndTime; in RestartPerfCntrs()320 PerfCntrs->StartTime.QuadPart; in ReportPerfCntrs()
34 stopwatch.StartTime() - pending_task.EffectiveTimePosted(); in RunTask()
568 TrackedTime start_of_run = stopwatch.StartTime(); in TallyRunOnNamedThreadIfTracking()601 TrackedTime start_of_run = stopwatch.StartTime(); in TallyRunOnWorkerThreadIfTracking()926 TrackedTime TaskStopwatch::StartTime() const { in StartTime() function in tracked_objects::TaskStopwatch
759 TrackedTime StartTime() const;
778 struct timeval StartTime; member799 (void) gettimeofday(&xq->StartTime, NULL); in xmesa_begin_query()829 q->Result = time_diff(&xq->StartTime, &endTime); in xmesa_end_query()
658 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime(); in clang_codeCompleteAt_Impl() local760 os << "\"wall\": " << (EndTime.getWallTime() - StartTime.getWallTime()); in clang_codeCompleteAt_Impl()
368 UInt64 StartTime; member370 void Init() { StartTime = GetWinUserTime(); } in Init()371 UInt64 GetUserTime() { return GetWinUserTime() - StartTime; } in GetUserTime()
206 return rtc::TimeSince(StartTime()); in Now()