Searched refs:sample_ms (Results 1 – 8 of 8) sorted by relevance
78 if match.sample_ms != 50:79 raise Exception("%s: unexpected sample_ms != 50" % match.sample_ms)
49 self.sample_ms = int(match.group('sample_ms'))
126 if FLAGS.sample_ms:127 ARGV.extend(['--sampleMs', str(FLAGS.sample_ms)])
142 if FLAGS.sample_ms:143 ARGV.extend(['--sampleMs', str(FLAGS.sample_ms)])
57 accum median max min stddev samples sample_ms clock metric config bench
180 void AddCaptureSample(float sample_ms) { in AddCaptureSample() argument181 float exp = sample_ms / kDefaultSampleDiffMs; in AddCaptureSample()183 filtered_frame_diff_ms_->Apply(exp, sample_ms); in AddCaptureSample()