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

  /gdk/samples/quake/jni/
sys_android.cpp 638 static int TotalCount = 0;
657 TotalCount += 1;
659 LOGI("Quake fps: %3.2lf, Average: %3.2lf", fps, TotalFPS/TotalCount);
  /external/chromium/base/metrics/
histogram.cc 153 Count sample_count = snapshot.TotalCount();
694 Count Histogram::SampleSet::TotalCount() const {
    [all...]

Completed in 160 milliseconds