MCPcopy Index your code
hub / github.com/angular/angular / performanceMeasure

Function performanceMeasure

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

Source from the content-addressed store, hash-verified

778 performance && performance['mark'] && performance['mark'](name);
779 }
780 function performanceMeasure(name: string, label: string) {
781 performance && performance['measure'] && performance['measure'](name, label);
782 }
783 mark('Zone');
784
785 class ZoneImpl implements AmbientZone {

Callers 2

__load_patchMethod · 0.85
initZoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…