Skip to content

Added pass_timer to the project.

Jan Delember requested to merge pass-timer into develop

With the pass timer it is possible to measure the time that a pass needs to be completed on the gpu. The pass timer can be accessed form the stereo_strategy class with the function pass_timer(). To measure the time of a pass call begin_pass() before and end_pass() after the pass. The resulting statistic is then stored in a csv-file.

Merge request reports