MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / getPerformanceMetrics

Function getPerformanceMetrics

src/ChartGPU.ts:1408–1411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1406 coordinator?.setZoomRange(start, end);
1407 },
1408 getPerformanceMetrics() {
1409 if (disposed) return null;
1410 return calculatePerformanceMetrics();
1411 },
1412 getPerformanceCapabilities() {
1413 if (disposed) return null;
1414 return {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected