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

Function reportMeasurement

scripts/devlow-bench.mjs:622–631  ·  view source on GitHub ↗
(name, value, unit, options)

Source from the content-addressed store, hash-verified

620}
621
622function reportMeasurement(name, value, unit, options) {
623 return devlow.reportMeasurement(name, value, unit, {
624 props: {
625 git_sha: GIT_SHA,
626 git_branch: GIT_BRANCH,
627 ...options?.props,
628 },
629 ...options,
630 })
631}

Callers 5

withRequestMetricsFunction · 0.90
reportMemUsageMethod · 0.90
nextBuildWorkflowFunction · 0.70
nextDevWorkflowFunction · 0.70
endFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected