Add new RTS flags for tracing:
authorSimon Marlow <simonmar@microsoft.com>
Thu, 8 Jun 2006 13:01:01 +0000 (13:01 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 8 Jun 2006 13:01:01 +0000 (13:01 +0000)
commitd2847b0578d5c143bb325ca66c948d1a1cb08354
tree529905a53d9f754bab7a24465e11caa8d7e566be
parent04a046e8fcf175cd00d3ac87510b0b594c8f91e1
Add new RTS flags for tracing:

  -vs       Trace scheduler events (see also -Ds with -debug)
  -vt       Time-stamp trace messages

the intention is that we will pipe the -vs output into a
profile-generating tool.  This commit includes the flags only,
functionality to follow.
includes/RtsFlags.h
rts/RtsFlags.c