www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15602] New: Write GC profiling summary to stderr rather than

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 puremagic.com
          Reporter: jrdemail2000-dlang 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.

--
Jan 24 2016