Searched refs:SLEEP_SEC (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/ |
D | test_util.h | 25 static const std::string SLEEP_SEC = "0.001"; variable
|
D | cmd_kmem_test.cpp | 85 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunKmemRecordCmd()
|
D | cmd_record_test.cpp | 51 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()
|
D | cmd_report_test.cpp | 481 RecordCmd()->Run({"-p", pid, "-g", "-o", tmp_file.path, "sleep", SLEEP_SEC})); in TEST_F()
|