Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp47 printf(" checkAppMs_:\t%d\n", checkAppMs_); in DumpOptions()
101 if (!Option::GetOptionValue(args, "--chkms", checkAppMs_)) { in ParseOption()
643 if (!CheckAppIsRunning(selectPids_, appPackage_, checkAppMs_)) { in OnSubCommand()
781 if (checkAppMs_ < MIN_CHECK_APP_MS || checkAppMs_ > MAX_CHECK_APP_MS) { in CheckOptions()
782 printf("Invalid --chkms value '%d', the milliseconds should be in %d~%d \n", checkAppMs_, in CheckOptions()
Dsubcommand_record.cpp143 printf(" checkAppMs_:\t%d\n", checkAppMs_); in DumpOptions()
213 if (!Option::GetOptionValue(args, "--chkms", checkAppMs_)) { in GetOptions()
382 if (checkAppMs_ < MIN_CHECK_APP_MS || checkAppMs_ > MAX_CHECK_APP_MS) { in CheckArgsRange()
383 printf("Invalid --chkms value '%d', the milliseconds should be in %d~%d \n", checkAppMs_, in CheckArgsRange()
508 if (!CheckAppIsRunning(selectPids_, appPackage_, checkAppMs_)) { in CheckTargetPids()
/developtools/hiperf/include/
Dsubcommand_stat.h105 int checkAppMs_ = DEFAULT_CHECK_APP_MS; variable
Dsubcommand_record.h221 int checkAppMs_ = DEFAULT_CHECK_APP_MS; variable