MCPcopy
hub / github.com/vercel/next.js / measureTime

Function measureTime

scripts/devlow-bench.mjs:611–620  ·  scripts/devlow-bench.mjs::measureTime
(name, options)

Source from the content-addressed store, hash-verified

609}
610
611function measureTime(name, options) {
612 return devlow.measureTime(name, {
613 props: {
614 git_sha: GIT_SHA,
615 git_branch: GIT_BRANCH,
616 ...options?.props,
617 },
618 ...options,
619 })
620}
621
622function reportMeasurement(name, value, unit, options) {
623 return devlow.reportMeasurement(name, value, unit, {

Callers 5

hardNavigationMethod · 0.90
softNavigationByClickMethod · 0.90
reloadMethod · 0.90
nextBuildWorkflowFunction · 0.70
nextDevWorkflowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected