Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wrong format strings in various places | Руслан Ижбулатов | 2018-06-10 | 1 | -1/+1 |
| | |||||
* | gsk: Redo the sampling in the profiler | Matthias Clasen | 2017-09-28 | 1 | -11/+25 |
| | | | | | | Reset the min/max/average counters before calculating, and only print the values if we have samples. In addition, print the number of samples. | ||||
* | gsk: Add a way to reset profiler counters | Matthias Clasen | 2017-09-25 | 1 | -1/+25 |
| | | | | | It is often useful to count things per-frame, and reset the counter afterwards. | ||||
* | gsk: Make profiler counters more useful | Matthias Clasen | 2017-09-25 | 1 | -2/+9 |
| | | | | | Make it possible to have counters that get incremented by values other than 1. | ||||
* | gsk: Add profiler object | Emmanuele Bassi | 2016-10-18 | 1 | -0/+470 |
The GskProfiler holds counters and timers, and will be used by the renderer implementations to acquire frame timings. |