HomeSort by relevance Sort by last modified time
    Searched full:tickindex_ (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/ndk_helper/
perfMonitor.cpp 25 tickindex_( 0 ),
38 ticksum_ -= ticklist_[tickindex_];
40 ticklist_[tickindex_] = currentTick;
41 tickindex_ = (tickindex_ + 1) % NUM_SAMPLES;
perfMonitor.h 40 int32_t tickindex_; member in class:ndk_helper::PerfMonitor

Completed in 1806 milliseconds