Home
last modified time | relevance | path

Searched refs:timeStopSec_ (Results 1 - 5 of 5) sorted by relevance

/developtools/hiperf/src/
H A Dsubcommand_stat.cpp42 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 Dsubcommand_record.cpp123 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 Dsubcommand_stat.h100 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; member in OHOS::Developtools::HiPerf::SubCommandStat
H A Dsubcommand_record.h224 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; member in OHOS::Developtools::HiPerf::SubCommandRecord
/developtools/hiperf/test/unittest/common/native/
H A Dsubcommand_stat_test.cpp2090 cmdStat.timeStopSec_ = -1; in HWTEST_F()

Completed in 9 milliseconds