Home | History | Annotate | Download | only in Common

Lines Matching refs:StartTime

368   UInt64 StartTime;

370 void Init() { StartTime = GetWinUserTime(); }
371 UInt64 GetUserTime() { return GetWinUserTime() - StartTime; }