Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/core/gc/config.d
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ struct Config
import core.gc.registry : registeredGCFactories;

printf("GC options are specified as white space separated assignments:
disable:0|1 - start disabled (%d)
profile:0|1|2 - enable profiling with summary when terminating program (%d)
disable:0|1 - start disabled (%hhu)
profile:0|1|2 - enable profiling with summary when terminating program (%hhu)
gc:".ptr, disable, profile);
foreach (i, entry; registeredGCFactories)
{
Expand Down