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_decoder.h31 PGOProfilerDecoder(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerDecoder() argument
32 : inPath_(inPath), hotnessThreshold_(hotnessThreshold) {} in PGOProfilerDecoder()
60 void SetInPath(const std::string &inPath) in SetInPath() argument
62 LOG_COMPILER(INFO) << "Set Profiler paths: " << inPath; in SetInPath()
63 inPath_ = inPath; in SetInPath()
Dpgo_profiler_manager.h211 …bool PUBLIC_API TextToBinary(const std::string &inPath, const std::string &outPath, uint32_t hotne… in TextToBinary() argument
224 bool ret = decoder.LoadAPTextFile(inPath); in TextToBinary()
234 …bool PUBLIC_API BinaryToText(const std::string &inPath, const std::string &outPath, uint32_t hotne… in BinaryToText() argument
236 PGOProfilerDecoder decoder(inPath, hotnessThreshold); in BinaryToText()
Dpgo_profiler_encoder.cpp316 bool PGOProfilerEncoder::LoadAPTextFile(const std::string &inPath) in LoadAPTextFile() argument
322 if (!RealPath(inPath, realPath)) { in LoadAPTextFile()
Dpgo_profiler_encoder.h89 bool PUBLIC_API LoadAPTextFile(const std::string &inPath);