MCPcopy
hub / github.com/angular/angular / reportMeasureValues

Method reportMeasureValues

packages/benchpress/test/sampler_spec.ts:295–298  ·  view source on GitHub ↗
(values: MeasureValues)

Source from the content-addressed store, hash-verified

293 super();
294 }
295 override reportMeasureValues(values: MeasureValues): Promise<any> {
296 this._log.push(['reportMeasureValues', values]);
297 return Promise.resolve(null);
298 }
299 override reportSample(
300 completeSample: MeasureValues[],
301 validSample: MeasureValues[],

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected