Home
last modified time | relevance | path

Searched refs:profilerString (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp433 std::string profilerString; in ProcessToText() local
441 profilerString += DumpUtils::NEW_LINE; in ProcessToText()
442 profilerString += recordName; in ProcessToText()
443 profilerString += DumpUtils::BLOCK_AND_ARRAY_START; in ProcessToText()
446 profilerString += DumpUtils::BLOCK_SEPARATOR + DumpUtils::SPACE; in ProcessToText()
448 methodInfo->ProcessToText(profilerString); in ProcessToText()
449 profilerString += DumpUtils::ELEMENT_SEPARATOR; in ProcessToText()
456 profilerString += parseStream.str(); in ProcessToText()
460 iter->second->ProcessToText(profilerString); in ProcessToText()
464 profilerString in ProcessToText()
465 stream << profilerString; ProcessToText() local
929 std::string profilerString; ProcessToText() local
943 stream << profilerString; ProcessToText() local
[all...]

Completed in 2 milliseconds