summaryrefslogtreecommitdiff
path: root/gsk/gskprofiler.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong format strings in various placesРуслан Ижбулатов2018-06-101-1/+1
|
* gsk: Redo the sampling in the profilerMatthias Clasen2017-09-281-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 countersMatthias Clasen2017-09-251-1/+25
| | | | | It is often useful to count things per-frame, and reset the counter afterwards.
* gsk: Make profiler counters more usefulMatthias Clasen2017-09-251-2/+9
| | | | | Make it possible to have counters that get incremented by values other than 1.
* gsk: Add profiler objectEmmanuele Bassi2016-10-181-0/+470
The GskProfiler holds counters and timers, and will be used by the renderer implementations to acquire frame timings.