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()
104 if (!Option::GetOptionValue(args, "--chkms", checkAppMs_)) { in ParseOption()
648 if (!CheckAppIsRunning(selectPids_, appPackage_, checkAppMs_)) { in OnSubCommand()
787 if (checkAppMs_ < MIN_CHECK_APP_MS || checkAppMs_ > MAX_CHECK_APP_MS) { in CheckOptions()
788 printf("Invalid --chkms value '%d', the milliseconds should be in %d~%d \n", checkAppMs_, in CheckOptions()
Dsubcommand_record.cpp135 printf(" checkAppMs_:\t%d\n", checkAppMs_); in DumpOptions()
204 if (!Option::GetOptionValue(args, "--chkms", checkAppMs_)) { in GetOptions()
362 if (checkAppMs_ < MIN_CHECK_APP_MS || checkAppMs_ > MAX_CHECK_APP_MS) { in CheckOptions()
363 printf("Invalid --chkms value '%d', the milliseconds should be in %d~%d \n", checkAppMs_, in CheckOptions()
474 if (!CheckAppIsRunning(selectPids_, appPackage_, checkAppMs_)) { in CheckTargetPids()
/developtools/hiperf/include/
Dsubcommand_stat.h105 int checkAppMs_ = DEFAULT_CHECK_APP_MS; variable
Dsubcommand_record.h201 int checkAppMs_ = DEFAULT_CHECK_APP_MS; variable