Home
last modified time | relevance | path

Searched refs:statisticsInterval_ (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp88 if (statisticsInterval_ > 0) { in StartDaemonProcessArgs()
90 command_.push_back(const_cast<char*>(std::to_string(statisticsInterval_).c_str())); in StartDaemonProcessArgs()
393 int statisticsInterval_ = 0; member in __anon8edd91f50111::CheckHookDataTest
656 statisticsInterval_ = 1;
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h126 std::chrono::seconds statisticsInterval_ {0};
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp64 statisticsInterval_ = std::chrono::seconds(hookConfig_.statistics_interval()); in StackPreprocess()
67 hookConfig_.statistics_interval(), statisticsInterval_.count()); in StackPreprocess()
283 if (elapsedTime >= statisticsInterval_) { in TakeResults()