MCPcopy
hub / github.com/angular/angular / markEnd

Method markEnd

packages/benchpress/test/trace_event_factory.ts:35–37  ·  view source on GitHub ↗
(name: string, time: number)

Source from the content-addressed store, hash-verified

33 }
34
35 markEnd(name: string, time: number) {
36 return this.create('E', name, time);
37 }
38
39 start(name: string, time: number, args: any = null) {
40 return this.create('B', name, time, args);

Callers 4

aggregateFunction · 0.80

Calls 1

createMethod · 0.95

Tested by

no test coverage detected