Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp42 static const std::string VERSION_HEADER = "Profiler Version" + BLOCK_START + SPACE; variable
172 stream << VERSION_HEADER << InternalGetVersion() << NEW_LINE; in ProcessToText()