Home
last modified time | relevance | path

Searched refs:timeBase (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.cpp110 constexpr int timeBase = 100; in thread_func_cpp() local
113 if (idx % timeBase == 0) { in thread_func_cpp()
134 constexpr int timeBase = 1000; in thread_func_cpp_hook() local
156 if (idx % timeBase == 0) { in thread_func_cpp_hook()
Dperf_test_data.cpp70 long long timeBase = 10000; in user_thread() local
71 if (current_times % timeBase == 0) { in user_thread()