X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=print_latency.h;h=3e1c4060f530a204cb419a6166f2ec675987747e;hb=fa54f2630c56a1df0046923d6a77b1bd58abf240;hp=3b0adb1e77244e0b422e93118e6c36c1e92295d4;hpb=da648fc65da0b5f8e96ff39ce52bdd00fa29b5dc;p=nageru diff --git a/print_latency.h b/print_latency.h index 3b0adb1..3e1c406 100644 --- a/print_latency.h +++ b/print_latency.h @@ -21,8 +21,8 @@ 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). - std::vector>> histograms; + // Indices: card number, frame history number, b-frame or not (1/0, where 2 counts both). + std::vector>> summaries; }; ReceivedTimestamps find_received_timestamp(const std::vector &input_frames);