Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp33 std::string GetFunctionName(const std::string_view& text, const std::string_view& delimiter) in GetFunctionName() function
447 auto splitStr = GetFunctionName(line.argsStr, "function "); in WorkqueueExecuteStartEvent()