Home
last modified time | relevance | path

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

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