Searched refs:startTimeNanos (Results 1 – 5 of 5) sorted by relevance
39 final long startTimeNanos; field in Operation57 Operation(Proc process, LoadedClass loadedClass, long startTimeNanos, in Operation() argument61 this.startTimeNanos = startTimeNanos; in Operation()76 return endTimeNanos - startTimeNanos; in inclusiveTimeNanos()
55 const int64_t startTimeNanos = 500000000; // arbitrary in checkDriftingClock() local56 model.start(startTimeNanos); in checkDriftingClock()60 const int64_t markerTime = startTimeNanos + NANOS_PER_MILLISECOND in checkDriftingClock()67 double elapsedTimeSeconds = startTimeNanos / (double) NANOS_PER_SECOND; in checkDriftingClock()73 const int64_t currentTimeNanos = startTimeNanos + elapsedTimeNanos; in checkDriftingClock()
230 memoryStat.startTimeNanos = Long.parseLong(splits[START_TIME_INDEX]) * JIFFY_NANOS; in parseMemoryStatFromProcfs()354 public long startTimeNanos; field in MemoryStatUtil.MemoryStat
278 assertEquals(2222 * JIFFY_NANOS, stat.startTimeNanos); in testParseMemoryStatFromProcfs_parsesCorrectValues()
1190 e.writeLong(memoryStat.startTimeNanos); in pullProcessMemoryState()1222 e.writeLong(memoryStat.startTimeNanos); in pullNativeProcessMemoryState()