Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp218 auto otherTime = pauseTime - pauseTimeSum; in ReportMarkingCollectionEnd() local
247 auto otherTime = pauseTime - pauseTimeSum; in ReportSinglePassCompactionEnd() local
297 auto otherTime = pauseTime - evacuationTime - scanRemsetTime; in DumpSinglePassCompactionMetrics() local
353 auto otherTime = pauseTime - markingTime - evacuationTime - updateRefsTime; in DumpMarkingCollectionMetrics() local
388 auto otherTime = PredictOtherTime(MARKING_COLLECTION); in PredictYoungMarkingCollectionTimeInMicros() local
398 auto otherTime = PredictOtherTime(SINGLE_PASS_COMPACTION); in PredictYoungSinglePassCompactionTimeInMicros() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsamples_record.h63 uint64_t otherTime = 0; member
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h78 uint64_t otherTime = 0; member
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h2293 Profile &SetOtherTime(int64_t otherTime) in SetOtherTime()
Dpt_types.cpp2700 int64_t otherTime; in Create() local