Searched refs:result2 (Results 1 - 4 of 4) sorted by relevance
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/arkts/ |
H A D | js_memory_test.cpp | 70 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, result in SetTimelineParserSamplesByJsmemory() 258 std::string result2 = SetTimelineParserStringsByJsmemory() local 299 std::string result2 = SetTimelineParserTraceFuncInfoByJsmemory() local 340 std::string result2 = SetTimelineParserTraceTreeByJsmemory() local [all...] |
/developtools/profiler/host/smartperf/client/client_command/test/unittest/ |
H A D | parse_radar_test.cpp | 50 std::string result2 = parseRadar.ExtractString(responseTime, target2); in HWTEST_F() local 52 if (!result.empty() && !result1.empty() && !result2.empty() && !result3.empty()) { in HWTEST_F()
|
/developtools/hiperf/src/ |
H A D | report.cpp | 323 bool result2 = MultiLevelCompare(b, a) > 0; in MultiLevelSorting() local 324 if (result and result == result2) { in MultiLevelSorting() 325 HLOGE("MultiLevelSorting a->b %d vs b->a %d", result, result2); in MultiLevelSorting()
|
/developtools/profiler/host/smartperf/client/client_command/ |
H A D | stalling_rate_trace.cpp | 390 std::string result2 = result1.substr(0, pos2); in GetFrameRate() local 391 rate = std::stod(result2.c_str()); in GetFrameRate()
|
Completed in 4 milliseconds