MCPcopy Index your code
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
92function 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

benchmarkRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…