Skip to content
Snippets Groups Projects
  1. Sep 15, 1999
    • Simon Marlow's avatar
      [project @ 1999-09-15 13:45:14 by simonmar] · 17315bf6
      Simon Marlow authored
      Heap Profiling
      --------------
      
      This commit adds simple hp2ps-style heap profiling.  Just the '-h'
      option is supported so far.
      
      Heap profiles will show the top two cost centres on each cost centre
      stack.
      
      Time/Alloc profiles have been extended to aggregate the costs on a
      per-cost-centre basis and show the table of highest consuming cost
      centres before the full table of cost centre stacks.
      
      Profiles work best if '-caf-all' is used, especially when using
      one of the '-auto' flags.
      17315bf6
    • Simon Peyton Jones's avatar
      [project @ 1999-09-15 08:00:11 by simonpj] · 18e952cf
      Simon Peyton Jones authored
      Extra words about unsafePerformIO
      18e952cf
  2. Sep 14, 1999
  3. Sep 13, 1999
  4. Sep 12, 1999
  5. Sep 11, 1999
    • sof's avatar
      [project @ 1999-09-11 18:30:49 by sof] · 55e738bf
      sof authored
      Experimental support for re-routeing I/O on a Handle to that of another
      for the duration of an IO action. Used to provide the following three
      (exported) actions
      
         withStdin, withStdout, withStderr :: Handle -> IO a -> IO a
      
      which 'replaces' one of the standard handles with that of the supplied
      handle while performing the second action.
      55e738bf
    • sof's avatar
      [project @ 1999-09-11 16:50:38 by sof] · e982571c
      sof authored
      Documented Select interface ; removed old Pretty doc
      e982571c
    • sof's avatar
      [project @ 1999-09-11 16:49:02 by sof] · 064567b9
      sof authored
      Added hSelect
      064567b9
  6. Sep 10, 1999
  7. Sep 06, 1999
  8. Sep 01, 1999
  9. Aug 31, 1999
Loading