profilegc_setlogfilename

Set the output file name for memory profile reports (-profile=gc switch). An empty name will set the output to stdout.

extern (C)
void
profilegc_setlogfilename
(
string name
)

Parameters

name
Type: string

file name Note: This is a dmd specific setting.

Suggestion Box / Bug Report