GCStats

Class used for getting used GC stats for the current process. This will work only with dmd-transitional.

Members

Functions

collect
Stats collect()

Get's the GC stats for the current process.

start
void start()

Start stats reporting

stop
void stop()

Stop stats reporting

Structs

Stats
struct Stats

Structure representing recorded GC stats.

Meta