Searched defs:work_period_ms (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcpu_measurement_harness.cc22 int work_period_ms,
28 if (work_period_ms > duration_ms) {
31 if (work_period_ms < 0) {
40 return new CpuMeasurementHarness(target, work_period_ms,
45 int work_period_ms,
49 work_period_ms_(work_period_ms),
20 Create( CpuTarget* target, int work_period_ms, int work_iterations_per_period, int duration_ms) argument
44 CpuMeasurementHarness(CpuTarget* target, int work_period_ms, int work_iterations_per_period, int duration_ms) argument

Completed in 119 milliseconds