Searched refs:SLEEP_SEC (Results 1 – 6 of 6) sorted by relevance
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.sh | 60 SLEEP_SEC=30 67 echo "Sleep for $SLEEP_SEC sec." 68 sleep $SLEEP_SEC
|
/system/extras/simpleperf/ |
D | test_util.h | 32 static const std::string SLEEP_SEC = "0.001"; variable
|
D | cmd_monitor_test.cpp | 51 v.insert(v.end(), {"--duration", SLEEP_SEC}); in RunMonitorCmd()
|
D | cmd_kmem_test.cpp | 84 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunKmemRecordCmd()
|
D | cmd_record_test.cpp | 83 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunRecordCmd() 146 ASSERT_TRUE(RecordCmd()->Run({"-o", tmpfile.path, "-e", GetDefaultEvent(), "sleep", SLEEP_SEC})); in TEST()
|
D | cmd_report_test.cpp | 550 ASSERT_TRUE(RecordCmd()->Run({"-p", pid, "-g", "-o", tmp_file.path, "sleep", SLEEP_SEC})); in TEST_F()
|