[Issue 15602] New: Write GC profiling summary to stderr rather than stdout (--DRT-gcopt=profile:1)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jan 24 11:49:38 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15602

          Issue ID: 15602
           Summary: Write GC profiling summary to stderr rather than
                    stdout (--DRT-gcopt=profile:1)
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: jrdemail2000-dlang at yahoo.com

When running a program with --DRT-gcopt=profile:1, GC statistics are written to
stdout when the program terminates. Writing the statistics to stderr would be
an improvement for programs that write to stdout as part of normal operating
behavior. For example, unix pipe style programs.

--


More information about the Digitalmars-d-bugs mailing list