Changes between Version 9 and Version 10 of RTSsummaryEvents
- Timestamp:
- 12/21/11 07:53:44 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RTSsummaryEvents
v9 v10 13 13 }}} 14 14 15 An event with a summary of all copying done, after the end of each GC, 15 An event with a summary of all copying done, after the end of each GC, probably. 16 16 17 17 {{{ … … 19 19 }}} 20 20 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").21 Either a separate event for that, perhaps emitted only after major GC, when we know how much memory 22 is really used by the program (the docs explain the "n samples" saying "only checked during major garbage collections"). 23 Or try to calculate it from all events. in particular memory deallocation events or GC memory freeing events. 24 24 25 25 {{{ … … 27 27 }}} 28 28 29 We also need an e vent for slop, probably emitted rarely.29 We also need an extra event for slop, probably emitted rarely. 30 30 31 31 {{{ … … 39 39 }}} 40 40 41 Ask JaffaCake the following formula means:41 Ask JaffaCake what the following formula means: 42 42 43 43 {{{ … … 52 52 Gen 1 5 colls, 0 par 0.07s 0.07s 0.0149s 0.0386s 53 53 }}} 54 54 55 Ask JaffaCake if RequestParGC is enough to tell seq/par and why some StartGC 56 follow neither RequestParGC nor RequestSeqGC (on the same capability, at least). 55 57 Split the current GC events into generations and into seq/par 56 (if RequestParGC is not enough to tell seq/par). We don't want to report57 t he CPU time, only the elapsed time, and that's fine.58 (if RequestParGC is not enough to tell seq/par). Note that we don't want 59 to report the CPU time, only the elapsed time, and that's fine. 58 60 With the current GC events only summarized information is available. 59 61
![(please configure the [header_logo] section in trac.ini)](/ThreadScope/chrome/site/your_project_logo.png)