Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtest_util.h25 static const std::string SLEEP_SEC = "0.001"; variable
Dcmd_kmem_test.cpp85 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunKmemRecordCmd()
Dcmd_record_test.cpp51 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunRecordCmd()
76 ASSERT_TRUE(RecordCmd()->Run({"-o", tmpfile.path, "sleep", SLEEP_SEC})); in TEST()
Dcmd_report_test.cpp481 RecordCmd()->Run({"-p", pid, "-g", "-o", tmp_file.path, "sleep", SLEEP_SEC})); in TEST_F()