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

Method start

packages/benchpress/test/trace_event_factory.ts:39–41  ·  view source on GitHub ↗
(name: string, time: number, args: any = null)

Source from the content-addressed store, hash-verified

37 }
38
39 start(name: string, time: number, args: any = null) {
40 return this.create('B', name, time, args);
41 }
42
43 end(name: string, time: number, args: any = null) {
44 return this.create('E', name, time, args);

Calls 1

createMethod · 0.95

Tested by

no test coverage detected