Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DperfMonitor.cpp36 double PerfMonitor::UpdateTick( double currentTick ) in UpdateTick() argument
39 ticksum_ += currentTick; in UpdateTick()
40 ticklist_[tickindex_] = currentTick; in UpdateTick()