Searched refs:outPath (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_manager.h | 123 …bool PUBLIC_API TextToBinary(const std::string &inPath, const std::string &outPath, uint32_t hotne… in TextToBinary() argument 126 PGOProfilerEncoder encoder(outPath, hotnessThreshold, mode); in TextToBinary() 139 …bool PUBLIC_API BinaryToText(const std::string &inPath, const std::string &outPath, uint32_t hotne… in BinaryToText() argument 145 bool ret = decoder.SaveAPTextFile(outPath); in BinaryToText() 150 …static bool MergeApFiles(const std::string &inFiles, const std::string &outPath, uint32_t hotnessT…
|
D | pgo_profiler_manager.cpp | 27 bool PGOProfilerManager::MergeApFiles(const std::string &inFiles, const std::string &outPath, uint3… in MergeApFiles() argument 31 PGOProfilerEncoder merger(outPath, hotnessThreshold, mode); in MergeApFiles() 33 LOG_ECMA(ERROR) << "PGO Profiler encoder initialized failed. outPath: " << outPath in MergeApFiles()
|
D | pgo_profiler_decoder.cpp | 106 bool PGOProfilerDecoder::SaveAPTextFile(const std::string &outPath) in SaveAPTextFile() argument 112 if (!RealPath(outPath, realOutPath, false)) { in SaveAPTextFile()
|
D | pgo_profiler_decoder.h | 47 bool PUBLIC_API SaveAPTextFile(const std::string &outPath);
|