We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4fbd3 commit 6ab9e15Copy full SHA for 6ab9e15
src/gc-heap-snapshot.cpp
@@ -156,7 +156,6 @@ JL_DLLEXPORT void jl_gc_take_heap_snapshot(ios_t *stream) {
156
while (gc_num.pause < 2) {
157
jl_gc_collect(JL_GC_AUTO);
158
}
159
- jl_printf(JL_STDERR, "pause: %d\n", gc_num.pause);
160
161
// Do a full GC mark (and incremental sweep), which will invoke our callbacks on `g_snapshot`
162
jl_gc_collect(JL_GC_FULL);
0 commit comments