Home
last modified time | relevance | path

Searched refs:GetHotnessThreshold (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
Dmain.cpp48 uint32_t GetHotnessThreshold() const in GetHotnessThreshold() function in panda::ecmascript::Option
153 option.GetProfOutPath(), option.GetHotnessThreshold())) { in Main()
162 … option.GetHotnessThreshold(), ApGenMode::OVERWRITE)) { in Main()
172 … option.GetHotnessThreshold(), ApGenMode::OVERWRITE)) { in Main()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.cpp70 uint32_t hotnessThreshold = merger.GetHotnessThreshold(); in MergeApFiles()
Dpgo_profiler_decoder.h58 uint32_t GetHotnessThreshold() const in GetHotnessThreshold() function