MCPcopy
hub / github.com/angular/angular / reportSample

Method reportSample

packages/benchpress/test/sampler_spec.ts:299–305  ·  view source on GitHub ↗
(
    completeSample: MeasureValues[],
    validSample: MeasureValues[],
  )

Source from the content-addressed store, hash-verified

297 return Promise.resolve(null);
298 }
299 override reportSample(
300 completeSample: MeasureValues[],
301 validSample: MeasureValues[],
302 ): Promise<any> {
303 this._log.push(['reportSample', completeSample, validSample]);
304 return Promise.resolve(null);
305 }
306}

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected