X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=print_latency.h;h=3e1c4060f530a204cb419a6166f2ec675987747e;hb=fa54f2630c56a1df0046923d6a77b1bd58abf240;hp=e2e5730e169d9e27bb4be98bf89e4d09dbcc904e;hpb=f5abd2ad495150cdb3c7b49d6841ece27a7fdb3e;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; };