Searched refs:timeStopSec_ (Results 1 – 5 of 5) sorted by relevance
| /developtools/hiperf/src/ |
| D | subcommand_stat.cpp | 41 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()
|
| D | subcommand_record.cpp | 116 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/ |
| D | subcommand_stat.h | 98 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; variable
|
| D | subcommand_record.h | 211 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; variable
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | subcommand_stat_test.cpp | 1883 cmdStat.timeStopSec_ = -1;
|