aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/boon.rs
AgeCommit message (Collapse)Author
2018-06-15fix(?) boon trackingDaniel Schadt
If we throw away all empty queues before we register that they are empty, we end up never removing some boons, getting crazy uptimes. The current state is still not perfect, but it's much closer to what we expect.
2018-06-14fix type errorDaniel Schadt
2018-06-14rework boon trackingDaniel Schadt
2018-05-31cargo fmtDaniel Schadt
2018-05-30add link to wiki for effect stackingDaniel Schadt
2018-04-27speed up boon calculationDaniel Schadt
This prevents calling BoonQueue::simulate a lot of times. Still needs more profiling to make it even faster.
2018-04-27add boon tracking basicsDaniel Schadt
2018-04-25add a note on how boon queues workDaniel Schadt
2018-04-25add basic boon queue supportDaniel Schadt
This is already pretty good to calculate the overall boon uptime/average stacks.