| 93 | | Let's ignore that one for now. |
| 94 | | JaffaCake says the task information has questionable usefulness. It's much more natural for us to present the same info per cap, not per OS thread (which the tasks basically are). Actually we do present the GC info per cap (not only total, as in +RTS -s) already and the total activity time per cap (which includes the mutator time) is much better conveyed by the graphs in ThreadScope. |
| | 95 | JaffaCake says the task information has questionable usefulness, so let's ignore that one for now. |
| | 96 | It's much more natural for us to present the same info per cap, |
| | 97 | not per OS thread (which the tasks basically are). Actually we do present the GC info per cap (not only total, as in +RTS -s) |
| | 98 | already and the total activity time per cap (which includes the mutator time) is much better conveyed by the graphs in ThreadScope. |
| 96 | | BTW, the time between events GCIdle and GCWork is still counted as GC time, so we may ignore the events for calculating the times spent on GC. OTOH, a summary of the GCIdle times, per hec, then the total, also as the percentage of all GC time could be useful. Probably we can do that cheaply along the waym since we have to identify and sift out the GCIdle and GCWork events anyway. |
| | 100 | BTW, the time between events GCIdle and GCWork is still counted as GC time, so we may ignore the events for calculating |
| | 101 | the times spent on GC. OTOH, a summary of the GCIdle times, per hec, then the total, also as the percentage of all GC time could be useful. |
| | 102 | Probably we can do that cheaply along the way since we have to identify and sift out the GCIdle, GCDone and GCWork events anyway. |