Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dsubcommand_stat.h29 static constexpr int MAX_CHECK_APP_MS = 200; variable
Dsubcommand_record.h54 static constexpr int MAX_CHECK_APP_MS = 200; variable
/developtools/hiperf/src/
Dsubcommand_stat.cpp781 if (checkAppMs_ < MIN_CHECK_APP_MS || checkAppMs_ > MAX_CHECK_APP_MS) { in CheckOptions()
783 MIN_CHECK_APP_MS, MAX_CHECK_APP_MS); in CheckOptions()
Dsubcommand_record.cpp382 if (checkAppMs_ < MIN_CHECK_APP_MS || checkAppMs_ > MAX_CHECK_APP_MS) { in CheckArgsRange()
384 MIN_CHECK_APP_MS, MAX_CHECK_APP_MS); in CheckArgsRange()