Searched refs:SLEEP_SEC (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/ |
D | test_util.h | 29 static const std::string SLEEP_SEC = "0.001"; variable
|
D | cmd_kmem_test.cpp | 86 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunKmemRecordCmd()
|
D | cmd_record_test.cpp | 82 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunRecordCmd() 145 ASSERT_TRUE(RecordCmd()->Run({"-o", tmpfile.path, "-e", GetDefaultEvent(), "sleep", SLEEP_SEC})); in TEST()
|
D | cmd_report_test.cpp | 526 RecordCmd()->Run({"-p", pid, "-g", "-o", tmp_file.path, "sleep", SLEEP_SEC})); in TEST_F()
|