Home
last modified time | relevance | path

Searched defs:otherTime (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp199 auto otherTime = pauseTime - pauseTimeSum; in ReportCollectionEnd() local
277 auto otherTime = pauseTime - markingTime - evacuationTime - updateRefsTime; in DumpMetrics() local
293 auto otherTime = predictor_.Predict(otherSeq_); in PredictYoungCollectionTimeInMicros() local
312 auto otherTime = predictor_.Predict(otherSeq_); in PredictYoungCollectionTimeInMicros() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h78 uint64_t otherTime = 0; member
/arkcompiler/toolchain/tooling/base/
Dpt_types.h2282 Profile &SetOtherTime(int64_t otherTime) in SetOtherTime()
Dpt_types.cpp2701 int64_t otherTime; in Create() local