Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ computed, effect, signal } from
'../esm/index.mjs'
;
2
3
globalThis.gc();
4
let
start = process.memoryUsage().heapUsed;
Callers
nothing calls this directly
Calls
3
signal
Function · 0.50
computed
Function · 0.50
effect
Function · 0.50
Tested by
no test coverage detected