X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=print_latency.h;fp=print_latency.h;h=e2e5730e169d9e27bb4be98bf89e4d09dbcc904e;hb=f5abd2ad495150cdb3c7b49d6841ece27a7fdb3e;hp=3b0adb1e77244e0b422e93118e6c36c1e92295d4;hpb=48682a0cea11d0005469886798205ccfffc51289;p=nageru diff --git a/print_latency.h b/print_latency.h index 3b0adb1..e2e5730 100644 --- a/print_latency.h +++ b/print_latency.h @@ -22,7 +22,7 @@ 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). - std::vector>> histograms; + std::vector>> summaries; }; ReceivedTimestamps find_received_timestamp(const std::vector &input_frames);