]> git.sesse.net Git - nageru/blobdiff - decklink_output.h
Add exported metrics for all the latency measurements.
[nageru] / decklink_output.h
index a2954964bb4b1a388ae7dd634a052d41ed7fb3de..ba2318a3f8f40fdbb77b69c096973fbc0a263f96 100644 (file)
@@ -150,6 +150,8 @@ private:
        GLuint uyvy_vbo;  // Holds position and texcoord data.
        GLuint uyvy_program_num;  // Owned by <resource_pool>.
        GLuint uyvy_position_attribute_index, uyvy_texcoord_attribute_index;
+
+       LatencyHistogram latency_histogram;
 };
 
 #endif  // !defined(_DECKLINK_OUTPUT_H)