Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/btraceio/btrace
/ dump
Method
dump
integration-tests/src/test/btrace/OnMethodTest.java:96–99 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
94
}
95
96
private
static
void
dump(String s) {
97
println(s);
98
println(
"heap:"
+ Sys.Memory.heapUsage());
99
}
100
}
Callers
2
noargs
Method · 0.95
args
Method · 0.95
Calls
2
println
Method · 0.45
heapUsage
Method · 0.45
Tested by
no test coverage detected