X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=print_latency.h;fp=print_latency.h;h=3e1c4060f530a204cb419a6166f2ec675987747e;hb=f914b63b7c3bd77c00dad3e3bc60d95279de7520;hp=e2e5730e169d9e27bb4be98bf89e4d09dbcc904e;hpb=96724303b7aa499ee31ea5aacab4ee26c4c794d1;p=nageru diff --git a/print_latency.h b/print_latency.h index e2e5730..3e1c406 100644 --- a/print_latency.h +++ b/print_latency.h @@ -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>> summaries; };