MCPcopy Create free account
hub / github.com/FastLED/FastLED / PerformanceMemory

Interface PerformanceMemory

src/platforms/wasm/compiler/types.d.ts:50–54  ·  view source on GitHub ↗

* Performance memory information

Source from the content-addressed store, hash-verified

48 * Performance memory information
49 */
50interface PerformanceMemory {
51 usedJSHeapSize: number;
52 totalJSHeapSize: number;
53 jsHeapSizeLimit: number;
54}
55
56// ============================================================================
57// Class Definitions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected