- Jul 17, 2000
-
-
Keith Wansbrough authored
Insert code to handle instruction counts from Heimdall, as well as CacheProf.
-
- Feb 24, 2000
-
-
Simon Marlow authored
update for format changes in cacheprof.out.summary.
-
- Nov 19, 1999
-
-
Kevin Glynn authored
Removed fix for -ve MUT times, Simon has put fix in rts/Stats.c, which is where it should be.
-
- Nov 16, 1999
-
-
Simon Marlow authored
Couple of fixes for -accept-output.
-
- Nov 11, 1999
-
-
Simon Marlow authored
Remove old Spix stuff, replace with shiny new support for Julian's CacheProf stuff. yay!
-
- Nov 09, 1999
-
-
Kevin Glynn authored
Support for negative timings in the stats file. (I've seen times of -0.00). If a timing is negative then set it to 0.
-
- Jul 15, 1999
-
-
Simon Marlow authored
Use +RTS -S<file> rather than +RTS -s<file>, since the latter only gives summary statistics now.
-
- Jul 05, 1999
-
-
sof authored
New option, -fail, to indicate failure (whatever the return code).
-
- Feb 25, 1999
-
-
Simon Marlow authored
Include GC bytes copied in stats string.
-
- Feb 02, 1999
-
-
Simon Marlow authored
Print total memory in use as part of -ghc-timing output.
-
- Jan 18, 1999
-
-
Simon Marlow authored
Update for new stats output.
-
- Jan 15, 1999
-
-
sof authored
Recognise "-- !!!" (as well as "--!!!") as the start of an interesting comment. The latter isn't liked by a Haskell98 tokeniser, hence the change.
-
- Dec 02, 1998
-
-
Simon Marlow authored
Move 4.01 onto the main trunk.
-
- May 11, 1998
-
-
sof authored
Tidied up -accept-output `feature\', should now work better.
-
- Nov 25, 1997
-
-
Simon Marlow authored
Don't try to generate stdout files if using -accept-output. It didn't work anyway: a call to pop had stomped on the variable containing the filename before it was used, setting it to the empty string. The call to touch then failed with a syntax error. This behaviour seems more useful: sometimes you really don't want to check the stdout and/or stderr, so you just don't create the file.
-
- Jul 25, 1997
-
-
sof authored
With -accept-output, create stdout&stderr dump files if does not exist
-
- Jun 20, 1997
-
-
sof authored
documented -accept-output
-
- Jun 05, 1997
-
-
sof authored
new option: -accept-output
-
- May 18, 1997
-
-
sof authored
2.03 update
-
- Mar 20, 1997
-
-
sof authored
Use eval exec .. trick rather than #!
-
- Mar 14, 1997
-
-
Simon Peyton Jones authored
Major update to more-or-less 2.02
-
- Nov 21, 1996
-
-
Simon Marlow authored
New Build System!
-