Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/ round
Function
round
tooling/scripts/perf-web-runtime.mjs:467–469 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
465
}
466
467
function
round(value) {
468
return
Math.round(value * 100) / 100
469
}
470
471
function
summarizeLongTasks(longTasks) {
472
const
durations = longTasks.map((task) => task.duration)
Callers
4
waitForFile
Function · 0.70
summarizeLongTasks
Function · 0.70
summarizePerformanceMetrics
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected