Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dsubcommand_stat.h28 static constexpr int MIN_CHECK_APP_MS = 1; variable
Dsubcommand_record.h53 static constexpr int MIN_CHECK_APP_MS = 1; variable
/developtools/hiperf/src/
Dsubcommand_stat.cpp787 if (checkAppMs_ < MIN_CHECK_APP_MS || checkAppMs_ > MAX_CHECK_APP_MS) { in CheckOptions()
789 MIN_CHECK_APP_MS, MAX_CHECK_APP_MS); in CheckOptions()
Dsubcommand_record.cpp362 if (checkAppMs_ < MIN_CHECK_APP_MS || checkAppMs_ > MAX_CHECK_APP_MS) { in CheckOptions()
364 MIN_CHECK_APP_MS, MAX_CHECK_APP_MS); in CheckOptions()