Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/test/unittest/htrace/arkts/
Djs_memory_test.cpp70 std::string result2 = in SetSnapshotParserNodesByJsmemory() local
99 std::vector<std::string> resultVec = {result1, result2, result3, result4}; in SetSnapshotParserNodesByJsmemory()
107 std::string result2 = in SetSnapshotParserEdgesByJsmemory() local
137 std::vector<std::string> resultVec = {result1, result2, result3, result4}; in SetSnapshotParserEdgesByJsmemory()
144 std::string result2 = in SetTimelineParserNodesByJsmemory() local
173 std::vector<std::string> resultVec = {result1, result2, result3, result4}; in SetTimelineParserNodesByJsmemory()
180 std::string result2 = in SetTimelineParserEdgesByJsmemory() local
211 std::vector<std::string> resultVec = {result1, result2, result3, result4}; in SetTimelineParserEdgesByJsmemory()
218 std::string result2 = in SetTimelineParserSamplesByJsmemory() local
251 std::vector<std::string> resultVec = {result1, result2, result3, result4}; in SetTimelineParserSamplesByJsmemory()
[all …]
/developtools/profiler/host/smartperf/client/client_command/
Dparse_slide_fps_trace.cpp60 std::string result2 = result1.substr(0, pos2); in CalculateTime() local
61 frameRate = std::stod(result2); in CalculateTime()
/developtools/hiperf/src/
Dreport.cpp310 bool result2 = MultiLevelCompare(b, a) > 0; in MultiLevelSorting() local
311 if (result and result == result2) { in MultiLevelSorting()
312 HLOGE("MultiLevelSorting a->b %d vs b->a %d", result, result2); in MultiLevelSorting()