MCPcopy Create free account
hub / github.com/angular/angular / performanceMeasure

Function performanceMeasure

packages/zone.js/lib/zone-impl.ts:775–777  ·  view source on GitHub ↗
(name: string, label: string)

Source from the content-addressed store, hash-verified

773 performance && performance['mark'] && performance['mark'](name);
774 }
775 function performanceMeasure(name: string, label: string) {
776 performance && performance['measure'] && performance['measure'](name, label);
777 }
778 mark('Zone');
779
780 class ZoneImpl implements AmbientZone {

Callers 2

__load_patchMethod · 0.85
initZoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected