MCPcopy
hub / github.com/angular/angular / instant

Method instant

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

Source from the content-addressed store, hash-verified

45 }
46
47 instant(name: string, time: number, args: any = null) {
48 return this.create('I', name, time, args);
49 }
50
51 complete(name: string, time: number, duration: number, args: any = null) {
52 const res = this.create('X', name, time, args);

Calls 1

createMethod · 0.95

Tested by

no test coverage detected