Changes between Version 2 and Version 3 of EventLog
- Timestamp:
- 02/25/09 09:40:20 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EventLog
v2 v3 1 1 == Summary == 2 Event log framework exists in the GHC RTS to support profiling of GHC run-time events, such as capability states. A visualizer is currently under development for viewing the profiling information.2 EventLog framework exists in the GHC RTS to support profiling of GHC run-time events, such as capability states. A visualizer is currently under development for viewing the profiling information. 3 3 4 4 == Design == 5 * Event log frameworkin ghc/rts/eventlog/6 * Library to parse eventlog files for any visualizer, which relies upon the Data.Binary library: GHC/RTS/Events5 * EventLog framework is located in ghc/rts/eventlog/ 6 * Library to parse EventLog files for any visualizer, which relies upon the Data.Binary library: GHC/RTS/Events 7 7 * Visualizer: under development 8 8 9 9 == Feature List == 10 * Event log framework10 * EventLog framework 11 11 * Support for more events, such as cpu and memory usage (TODO) 12 * Event log parser library12 * EventLog parser library 13 13 * Parsing all events supported by eventlog framework (TODO) 14 14 * Visualizer
