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() 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()
|
| D | subcommand_record.cpp | 111 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/ |
| D | subcommand_stat.h | 98 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; variable
|
| D | subcommand_record.h | 193 float timeStopSec_ = PerfEvents::DEFAULT_TIMEOUT; variable
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | subcommand_stat_test.cpp | 1881 cmdStat.timeStopSec_ = -1;
|