Home
last modified time | relevance | path

Searched refs:MERGED_EVERY_COUNT (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h117 static constexpr uint32_t MERGED_EVERY_COUNT = 50; member in panda::ecmascript::pgo::PGOProfiler
H A Dpgo_profiler.cpp689 if ((methodCount_ >= MERGED_EVERY_COUNT && interval > mergeMinInterval) || (force && methodCount_ > 0)) { in MergeProfilerAndDispatchAsyncSaveTask()

Completed in 7 milliseconds