MCPcopy
hub / github.com/stackblitz/alien-signals / memoryUsage.mjs

File memoryUsage.mjs

benchs/memoryUsage.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { computed, effect, signal } from '../esm/index.mjs';
2
3globalThis.gc();
4let start = process.memoryUsage().heapUsed;

Callers

nothing calls this directly

Calls 3

signalFunction · 0.50
computedFunction · 0.50
effectFunction · 0.50

Tested by

no test coverage detected