OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLEEP_SEC
(Results
1 - 3
of
3
) sorted by null
/system/extras/simpleperf/
test_util.h
23
static const std::string
SLEEP_SEC
= "0.001";
cmd_record_test.cpp
47
v.insert(v.end(), {"-o", out_file, "sleep",
SLEEP_SEC
});
76
ASSERT_TRUE(RecordCmd()->Run({"-o", tmpfile.path, "sleep",
SLEEP_SEC
}));
cmd_report_test.cpp
273
ASSERT_TRUE(RecordCmd()->Run({"-g", "-o", tmp_file.path, "sleep",
SLEEP_SEC
}));
Completed in 457 milliseconds