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

  /external/chromium_org/tools/perf/metrics/
media.js 35 if (metric.playbackTimer == undefined)
36 metric.playbackTimer = new Timer();
39 // to start playbackTimer at 'play' or 'loadedmetadata' events.
75 this.playbackTimer = new Timer();
114 if (!this.metrics['time_to_play'] && this.playbackTimer)
115 this.metrics['time_to_play'] = this.playbackTimer.stop();
119 var time_to_end = this.playbackTimer.stop() - this.metrics['time_to_play'];
  /external/chromium_org/third_party/skia/tools/
bbh_shootout.cpp 113 Timer playbackTimer;
115 picture, FLAGS_playback, &playbackTimer);
116 measurement.fPlaybackAverage[bBoxType] = playbackTimer.fCpu;

Completed in 480 milliseconds