]> git.sesse.net Git - nageru/blobdiff - print_latency.h
Fix so that you can't right-click on non-signal channels anymore.
[nageru] / print_latency.h
index e2e5730e169d9e27bb4be98bf89e4d09dbcc904e..3e1c4060f530a204cb419a6166f2ec675987747e 100644 (file)
@@ -21,7 +21,7 @@ struct ReceivedTimestamps {
 struct LatencyHistogram {
        void init(const std::string &measuring_point);  // Initializes histograms and registers them in global_metrics.
 
-       // Indices: card number, frame history number, b-frame or not (1/0).
+       // Indices: card number, frame history number, b-frame or not (1/0, where 2 counts both).
        std::vector<std::vector<std::unique_ptr<Summary[]>>> summaries;
 };