Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DperfMonitor.cpp28 for( int32_t i = 0; i < NUM_SAMPLES; ++i ) in PerfMonitor()
41 tickindex_ = (tickindex_ + 1) % NUM_SAMPLES; in UpdateTick()
43 return ((double) ticksum_ / NUM_SAMPLES); in UpdateTick()
DperfMonitor.h28 const int32_t NUM_SAMPLES = 100; variable
42 double ticklist_[NUM_SAMPLES];