Thu Jun  8 07:42:10 PDT 2006  Simon Marlow <[EMAIL PROTECTED]>
  * New tracing interface
  A simple interface for generating trace messages with timestamps and
  thread IDs attached to them.  Most debugging output goes through this
  interface now, so it is straightforward to get timestamped debugging
  traces with +RTS -vt.  Also, we plan to use this to generate
  parallelism profiles from the trace output.

    M ./rts/Capability.c -21 +25
    M ./rts/GC.c -69 +62
    M ./rts/GCCompact.c -5 +9
    M ./rts/MBlock.c -2 +3
    M ./rts/Profiling.c -5 +6
    M ./rts/RtsStartup.c +4
    M ./rts/STM.c -10 +2
    M ./rts/Schedule.c -139 +137
    M ./rts/Schedule.h -5
    M ./rts/Sparks.c -11 +12
    M ./rts/Stable.c -5 +8
    M ./rts/Stats.c +5
    M ./rts/Stats.h +1
    M ./rts/Storage.c -6 +7
    M ./rts/Task.c -5 +8
    A ./rts/Trace.c
    A ./rts/Trace.h
    M ./rts/Weak.c -1 +2
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to