MCPcopy Create free account
hub / github.com/callstack/agent-device / perf.ts

File perf.ts

src/contracts/perf.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { defineStringEnum } from '../utils/string-enum.ts';
2
3export const PERF_AREA_VALUES = ['metrics', 'frames', 'memory', 'cpu', 'trace'] as const;
4export const PERF_ACTION_VALUES = ['sample', 'snapshot', 'start', 'stop', 'report'] as const;

Callers

nothing calls this directly

Calls 1

defineStringEnumFunction · 0.90

Tested by

no test coverage detected