MCPcopy Index your code
hub / github.com/callstack/agent-device / roundPercent

Function roundPercent

src/platforms/perf-utils.ts:1–3  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

1export function roundPercent(value: number): number {
2 return Math.round(value * 10) / 10;
3}
4
5export function roundOneDecimal(value: number): number {
6 return roundPercent(value);

Callers 7

buildAndroidFrameCountsFunction · 0.90
parseAndroidFrameSummaryFunction · 0.90
buildApplePerfSamplesFunction · 0.90
roundOneDecimalFunction · 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…