cginternals / gloperate

C++ library for defining and controlling modern GPU rendering/processing operations.
MIT License
43 stars 26 forks source link

Enable simple time measurements for stages #415

Closed sbusch42 closed 6 years ago

sbusch42 commented 6 years ago

This enables time measurements on stages. Based on the alternative_measurement branch, but without the overall framework for catching the timings in the canvas etc. Instead adds a signal to the stage to individually catch timing values of stages.