- 23 Mar, 2000 1 commit
-
-
simonmar authored
Avoid loops in CCS graph.
-
- 08 Mar, 2000 1 commit
-
-
simonmar authored
- generalise the per-module initialisation stubs so that we use it in normal (non-profiled) code too. The initialisation stubs are now called '__init_<module>' rather than '_reg<module>'. - Register foreign exported functions as stable pointers in the initialisation code for the module. This fixes the foreign export problems reported by several people. - remove the concept of "module groups" from the profiling subsystem. - change the profiling semantics slightly; it should be unnecessary to use '-caf-all' to get reasonable profiles now.
-
- 07 Mar, 2000 2 commits
- 17 Feb, 2000 1 commit
-
-
simonmar authored
Fitst cut at XML-style profiling logs. Time/allocation profiling only for now, and the new flag '+RTS -px' enables the new log file format.
-
- 16 Sep, 1999 1 commit
-
-
simonmar authored
Fix for DEBUG && !PROFILING
-
- 15 Sep, 1999 1 commit
-
-
simonmar authored
Cost-centre heap profiling and symbol table heap profiling are now merged into one file: ProfHeap.c.
-