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()
621 perfEvents_.SetTimeOut(timeStopSec_); in SetPerfEvent()
792 if (timeStopSec_ < 0) { in CheckOptions()
793 printf("monitoring duration should be positive but %f is given\n", timeStopSec_); in CheckOptions()
Dsubcommand_record.cpp111 printf(" timeStopSec:\t%f sec\n", timeStopSec_); in DumpOptions()
180 if (!Option::GetOptionValue(args, "-d", timeStopSec_)) { in GetOptions()
352 if (timeStopSec_ < MIN_STOP_SECONDS || timeStopSec_ > MAX_STOP_SECONDS) { in CheckOptions()
353 printf("Invalid -d value '%.3f', the seconds should be in %.3f~%.3f \n", timeStopSec_, in CheckOptions()
698 perfEvents_.SetTimeOut(timeStopSec_); in PreparePerfEvent()
/developtools/hiperf/include/
Dsubcommand_stat.h98 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; variable
Dsubcommand_record.h193 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; variable
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_stat_test.cpp1881 cmdStat.timeStopSec_ = -1;