Changes between Version 3 and Version 4 of Development/Profiling
- Timestamp:
- 02/27/10 09:04:14 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Profiling
v3 v4 4 4 [http://book.realworldhaskell.org/read/profiling-and-optimization.html Chapter 25] of [http://book.realworldhaskell.org/read/ Real World Haskell]. 5 5 6 I (Erik) keep a separate branch specifically set up for profiling. That branch wasjust forked off a local `ddc-head` branch using:6 It probably advisable to keep a separate branch specifically set up for profiling. That branch can just forked off a local `ddc-head` branch using: 7 7 8 8 {{{ … … 21 21 22 22 {{{ 23 make cleanWar 23 24 bin/ddc +RTS -hc -p -K100M -RTS --make test/90-Programs/Rover/Main.ds 24 25 }}} … … 29 30 hp2ps -c ddc.hp 30 31 }}} 32 33 which generates a Postscript file.
