Changes between Version 8 and Version 9 of RTSsummaryEvents
- Timestamp:
- 12/21/11 07:45:15 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RTSsummaryEvents
v8 v9 1 1 == The analysis of the semantics of +RTS -s and the list of needed new events == 2 2 3 A sample output of +RTS -s, annotated with new require events. More concreteproposals will follow.3 A sample output of +RTS -s, annotated with the new required events. More concrete event proposals will follow. 4 4 5 5 {{{ … … 7 7 }}} 8 8 9 An event for memory allocation and freeing memory via GC.9 We need an event for each memory allocation. 10 10 11 11 {{{ … … 13 13 }}} 14 14 15 An event for copying during GC.15 An event with a summary of all copying done, after the end of each GC, 16 16 17 17 {{{ … … 19 19 }}} 20 20 21 An and event for that ("only checked during major garbage collections"). 21 Probably a separate event for that, instead of trying to calculate it from all events. 22 Perhaps the event should be emitted during major GC (the docs explain the "n samples" 23 saying "only checked during major garbage collections"). 22 24 23 25 {{{ … … 25 27 }}} 26 28 27 An event for slop, probably emitted rarely, also.29 We also need an event for slop, probably emitted rarely. 28 30 29 31 {{{
![(please configure the [header_logo] section in trac.ini)](/ThreadScope/chrome/site/your_project_logo.png)