Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtest_util.h29 static const std::string SLEEP_SEC = "0.001"; variable
Dcmd_kmem_test.cpp86 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunKmemRecordCmd()
Dcmd_record_test.cpp82 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()
Dcmd_report_test.cpp526 RecordCmd()->Run({"-p", pid, "-g", "-o", tmp_file.path, "sleep", SLEEP_SEC})); in TEST_F()