Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/ round
Function
round
tooling/scripts/perf-desktop-runtime.mjs:440–442 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
438
}
439
440
function
round(value) {
441
return
Math.round(value * 100) / 100
442
}
443
444
function
summarizeLongTasks(longTasks) {
445
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