Searched defs:otherTime (Results 1 – 5 of 5) sorted by relevance
218 auto otherTime = pauseTime - pauseTimeSum; in ReportMarkingCollectionEnd() local247 auto otherTime = pauseTime - pauseTimeSum; in ReportSinglePassCompactionEnd() local297 auto otherTime = pauseTime - evacuationTime - scanRemsetTime; in DumpSinglePassCompactionMetrics() local353 auto otherTime = pauseTime - markingTime - evacuationTime - updateRefsTime; in DumpMarkingCollectionMetrics() local388 auto otherTime = PredictOtherTime(MARKING_COLLECTION); in PredictYoungMarkingCollectionTimeInMicros() local398 auto otherTime = PredictOtherTime(SINGLE_PASS_COMPACTION); in PredictYoungSinglePassCompactionTimeInMicros() local
63 uint64_t otherTime = 0; member
78 uint64_t otherTime = 0; member
2293 Profile &SetOtherTime(int64_t otherTime) in SetOtherTime()
2700 int64_t otherTime; in Create() local