Searched refs:timeStopSec_ (Results 1 - 5 of 5) sorted by relevance
/developtools/hiperf/src/ |
H A D | subcommand_stat.cpp | 42 printf(" timeStopSec:\t%f sec\n", timeStopSec_); in DumpOptions() 78 if (!Option::GetOptionValue(args, "-d", timeStopSec_)) { in ParseOption() 624 perfEvents_.SetTimeOut(timeStopSec_); in SetPerfEvent() 797 if (timeStopSec_ < 0) { in CheckOptions() 798 printf("monitoring duration should be positive but %f is given\n", timeStopSec_); in CheckOptions()
|
H A D | subcommand_record.cpp | 123 printf(" timeStopSec:\t%f sec\n", timeStopSec_); in DumpOptions() 239 if (!Option::GetOptionValue(args, "-d", timeStopSec_)) { in GetOptions() 427 if (timeStopSec_ < MIN_STOP_SECONDS || timeStopSec_ > MAX_STOP_SECONDS) { in CheckArgsRange() 428 printf("Invalid -d value '%.3f', the seconds should be in %.3f~%.3f \n", timeStopSec_, in CheckArgsRange() 826 perfEvents_.SetTimeOut(timeStopSec_); in PreparePerfEvent()
|
/developtools/hiperf/include/ |
H A D | subcommand_stat.h | 100 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; member in OHOS::Developtools::HiPerf::SubCommandStat
|
H A D | subcommand_record.h | 224 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; member in OHOS::Developtools::HiPerf::SubCommandRecord
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | subcommand_stat_test.cpp | 2090 cmdStat.timeStopSec_ = -1; in HWTEST_F()
|
Completed in 9 milliseconds