Home
last modified time | relevance | path

Searched refs:inPath (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h123 …bool PUBLIC_API TextToBinary(const std::string &inPath, const std::string &outPath, uint32_t hotne… in TextToBinary() argument
131 bool ret = encoder.LoadAPTextFile(inPath); in TextToBinary()
139 …bool PUBLIC_API BinaryToText(const std::string &inPath, const std::string &outPath, uint32_t hotne… in BinaryToText() argument
141 PGOProfilerDecoder decoder(inPath, hotnessThreshold); in BinaryToText()
Dpgo_profiler_decoder.h30 PGOProfilerDecoder(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerDecoder() argument
31 : inPath_(inPath), hotnessThreshold_(hotnessThreshold) {} in PGOProfilerDecoder()
Dpgo_profiler_encoder.cpp223 bool PGOProfilerEncoder::LoadAPTextFile(const std::string &inPath) in LoadAPTextFile() argument
229 if (!RealPath(inPath, realPath)) { in LoadAPTextFile()
Dpgo_profiler_encoder.h59 bool PUBLIC_API LoadAPTextFile(const std::string &inPath);