Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp41 printf(" timeStopSec:\t%f sec\n", timeStopSec_); in DumpOptions()
77 if (!Option::GetOptionValue(args, "-d", timeStopSec_)) { in ParseOption()
616 perfEvents_.SetTimeOut(timeStopSec_); in SetPerfEvent()
786 if (timeStopSec_ < 0) { in CheckOptions()
787 printf("monitoring duration should be positive but %f is given\n", timeStopSec_); in CheckOptions()
Dsubcommand_record.cpp116 printf(" timeStopSec:\t%f sec\n", timeStopSec_); in DumpOptions()
192 if (!Option::GetOptionValue(args, "-d", timeStopSec_)) { in GetOptions()
372 if (timeStopSec_ < MIN_STOP_SECONDS || timeStopSec_ > MAX_STOP_SECONDS) { in CheckArgsRange()
373 printf("Invalid -d value '%.3f', the seconds should be in %.3f~%.3f \n", timeStopSec_, in CheckArgsRange()
767 perfEvents_.SetTimeOut(timeStopSec_); in PreparePerfEvent()
/developtools/hiperf/include/
Dsubcommand_stat.h98 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; variable
Dsubcommand_record.h211 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; variable
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_stat_test.cpp1883 cmdStat.timeStopSec_ = -1;