Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ durationToString
Function
durationToString
modules/ssr-benchmarks/run-benchmark.ts:92–94 ·
view source on GitHub ↗
(duration: number)
Source
from the content-addressed store, hash-verified
90
}
91
92
function
durationToString(duration: number) {
93
return
`${duration.toFixed(1)}ms`;
94
}
95
96
/**
97
* This
function
mutates the measures map by adding the performance entries.
Callers
1
benchmarkRun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected