HomeSort by relevance Sort by last modified time
    Searched refs:total_period (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
SampleDisplayer.h 34 uint64_t total_period = info->total_period; local
35 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0;
47 uint64_t total_period = info->total_period; local
48 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0;
cmd_report.cpp 100 uint64_t total_period; member in struct:__anon3016::SampleTree
134 sample_tree.total_period = total_period_;
    [all...]
  /external/autotest/client/cros/chameleon/
chameleon.py 757 def get_captured_fps_list(self, time_to_start=0, total_period=None):
763 @param total_period: time in second, integer, the total measuring
772 if total_period is None:
774 total_period = (len(checksums) - frame_to_start) / self._FRAME_RATE
775 frame_to_stop = frame_to_start + total_period * self._FRAME_RATE
  /system/extras/simpleperf/scripts/
test.py     [all...]

Completed in 93 milliseconds