Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_merge_test.cpp68 std::string input_file2 = GetTestData("perf_merge2.data"); in TEST() local
76 report = GetReport(input_file2); in TEST()
84 ASSERT_TRUE(MergeCmd()->Run({"-i", input_file1 + "," + input_file2, "-o", tmpfile.path})); in TEST()