Searched defs:TimeRecord (Results 1 – 3 of 3) sorted by relevance
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
100 struct TimeRecord { struct101 int32_t hour;102 int32_t minute;103 int32_t second;104 int32_t millisecond;105 int32_t microsecond;106 int32_t nanosecond;107 Handle<String> calendar;