Home
last modified time | relevance | path

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

/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.sh60 SLEEP_SEC=30
67 echo "Sleep for $SLEEP_SEC sec."
68 sleep $SLEEP_SEC
/system/extras/simpleperf/
Dtest_util.h32 static const std::string SLEEP_SEC = "0.001"; variable
Dcmd_monitor_test.cpp51 v.insert(v.end(), {"--duration", SLEEP_SEC}); in RunMonitorCmd()
Dcmd_kmem_test.cpp84 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunKmemRecordCmd()
Dcmd_record_test.cpp83 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()
Dcmd_report_test.cpp550 ASSERT_TRUE(RecordCmd()->Run({"-p", pid, "-g", "-o", tmp_file.path, "sleep", SLEEP_SEC})); in TEST_F()