Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ beginMeasure
Method
beginMeasure
packages/benchpress/src/metric/multi_metric.ts:36–38 ·
view source on GitHub ↗
* Starts measuring
()
Source
from the content-addressed store, hash-verified
34
* Starts measuring
35
*/
36
override beginMeasure(): Promise<any> {
37
return
Promise.all(this._metrics.map((metric) => metric.beginMeasure()));
38
}
39
40
/**
41
* Ends measuring and reports the data
Callers
nothing calls this directly
Calls
2
map
Method · 0.80
all
Method · 0.45
Tested by
no test coverage detected