Searched refs:hotnessThreshold_ (Results 1 - 15 of 15) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/ |
H A D | main.cpp | 50 return hotnessThreshold_; in GetHotnessThreshold() 85 if (!base::StringHelper::StrToUInt32(optarg, &hotnessThreshold_)) { in ParseCommand() 135 uint32_t hotnessThreshold_ { 1 };
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_decoder.h | 32 : inPath_(inPath), hotnessThreshold_(hotnessThreshold) {} in PGOProfilerDecoder() 73 hotnessThreshold_ = hotnessThreshold; in SetHotnessThreshold() 78 return hotnessThreshold_; in GetHotnessThreshold() 228 uint32_t hotnessThreshold_ {0};
|
H A D | pgo_profiler_decoder.cpp | 41 recordSimpleInfos_ = std::make_unique<PGORecordSimpleInfos>(hotnessThreshold_); in Load() 92 recordDetailInfos_ = std::make_shared<PGORecordDetailInfos>(hotnessThreshold_); in LoadFull() 183 hotnessThreshold_ = 0; in Clear() 242 recordSimpleInfos_ = std::make_unique<PGORecordSimpleInfos>(hotnessThreshold_); in InitMergeData()
|
H A D | pgo_profiler_encoder.h | 33 : outDir_(outDir), hotnessThreshold_(hotnessThreshold), mode_(mode) in PGOProfilerEncoder() 109 uint32_t hotnessThreshold_ {2};
|
H A D | pgo_profiler_encoder.cpp | 90 globalRecordInfos_ = std::make_shared<PGORecordDetailInfos>(hotnessThreshold_); in InitializeData() 262 PGOProfilerEncoder encoder(realOutPath_, hotnessThreshold_, mode_); in InternalSave() 264 PGOProfilerDecoder decoder(realOutPath_, hotnessThreshold_); in InternalSave()
|
H A D | pgo_profiler_info.h | 517 return hotnessThreshold_; 560 uint32_t hotnessThreshold_ {2}; 714 return hotnessThreshold_; 755 uint32_t hotnessThreshold_ {2};
|
H A D | pgo_profiler_info.cpp | 561 PGORecordDetailInfos::PGORecordDetailInfos(uint32_t hotnessThreshold) : hotnessThreshold_(hotnessThreshold) in PGORecordDetailInfos() 920 if (!methodInfos->ParseFromText(chunk_.get(), hotnessThreshold_, infoStrings)) { in ParseFromText() 952 methodInfos->ProcessToText(hotnessThreshold_, recordName, stream); in ProcessToText() 1137 PGORecordSimpleInfos::PGORecordSimpleInfos(uint32_t threshold) : hotnessThreshold_(threshold) in PGORecordSimpleInfos()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | jit_compiler.h | 48 uint32_t hotnessThreshold_; member 100 profilerDecoder_(jitOptions_.profilerIn_, jitOptions_.hotnessThreshold_) { } in JitCompiler()
|
H A D | aot_compiler.cpp | 144 profilerDecoder.SetHotnessThreshold(cOptions.hotnessThreshold_); in Main()
|
H A D | aot_compiler_preprocessor.h | 69 uint32_t hotnessThreshold_; member
|
H A D | jit_compiler.cpp | 63 hotnessThreshold_ = runtimeOptions.GetPGOHotnessThreshold(); in JitCompilationOptions()
|
H A D | aot_compiler_preprocessor.cpp | 47 hotnessThreshold_ = runtimeOptions.GetPGOHotnessThreshold(); in CompilationOptions()
|
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit.h | 102 return hotnessThreshold_; in GetHotnessThreshold() 236 uint32_t hotnessThreshold_ { 0 };
|
H A D | jit.cpp | 169 hotnessThreshold_ = options.GetJitHotnessThreshold(); in SetEnableOrDisable()
|
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | ohos_pgo_processor.h | 44 if (!ExportMergedAp(cOptions.profilerIn_, cOptions.hotnessThreshold_, mergedAp)) { in MergeAndRemoveRuntimeAp()
|
Completed in 12 milliseconds