Changes between Version 1 and Version 2 of Debugging/TickyTicky
- Timestamp:
- 10/28/09 09:04:12 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging/TickyTicky
v1 v2 7 7 * Add the `-ticky` flag when compiling a Haskell module to enable "ticky-ticky" profiling of that module. This makes GHC emit performance-counting instructions in every STG function. 8 8 9 * Add `- ticky` to the command line when linking, so that you link against a version of the runtime system that allows you to display the results.9 * Add `-debug` to the command line when linking, so that you link against a version of the runtime system that allows you to display the results. [Adding `-ticky` should work too, but it doesn't yet.] 10 10 11 11 * Add `+RTS -rfoo.ticky` to the run-time command line, to put the ticky-ticky profile in the file `foo.ticky`.
