Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
Dcontrol_call_cmd.cpp90 …std::string traceName = std::string("/data/local/tmp/") + std::string("sp_trace_") + "fps" + ".ftr… in PageFps() local
91 std::thread thGetTrace = sd.ThreadGetTrace("fps", traceName); in PageFps()
93 double fps = pageFpsTrace.ParsePageFpsTrace(traceName); in PageFps()
103 …std::string traceName = std::string("/data/local/tmp/") + std::string("sp_trace_") + "fps" + ".ftr… in SlideFps() local
104 std::thread thGetTrace = sd.ThreadGetTrace("fps", traceName); in SlideFps()
106 std::string fps = parseFPS.ParseTraceFile(traceName, v[typePKG]); in SlideFps()
125 …std::string traceName = std::string("/data/local/tmp/") + std::string("sp_trace_") + "fps" + ".ftr… in SlideFPS() local
135 std::thread thGetTrace = sd.ThreadGetTrace("fps", traceName); in SlideFPS()
139 std::string fps = parseFPS.ParseTraceFile(traceName, v[typePKG]); in SlideFPS()
148 …std::string traceName = std::string("/data/local/tmp/") + std::string("sp_trace_") + "response" + … in ResponseTime() local
[all …]
Dstartup_delay.cpp29 void StartUpDelay::GetTrace(const std::string &sessionID, const std::string &traceName) in GetTrace() argument
34 SPUtils::LoadCmd(cmdString + cmdStringEnd + traceName, result); in GetTrace()
36 std::thread StartUpDelay::ThreadGetTrace(const std::string &sessionID, const std::string &traceName) in ThreadGetTrace() argument
38 std::thread thGetTrace(&StartUpDelay::GetTrace, this, sessionID, traceName); in ThreadGetTrace()
/developtools/profiler/host/smartperf/client/client_command/include/
Dstartup_delay.h22 void GetTrace(const std::string &sessionID, const std::string &traceName);
23 std::thread ThreadGetTrace(const std::string &sessionID, const std::string &traceName);
/developtools/smartperf_host/ide/src/trace/component/metrics/
DDistributeTermStrategy.ts27 traceName: string; property
/developtools/profiler/host/smartperf/ide/src/trace/component/metrics/
DDistributeTermStrategy.ts69 traceName: traceNameList,
111 traceName: string; property