cginternals / gloperate

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

introduce cpu & gpu time measurement for stages #408

Closed chistopher closed 7 years ago

chistopher commented 7 years ago

working prototype ToDo:

chistopher commented 7 years ago

Thanks for the review. I adapted the code accordingly.

chistopher commented 7 years ago

I made an alternative implementation without lambda. (see alternative_measure branch)

chistopher commented 7 years ago

replaced by #410