Home
last modified time | relevance | path

Searched refs:RegisterPlot (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dmain.cc131 void RegisterPlot(const std::string& label, std::function<void(Plot*)> f) { in RegisterPlot() function in __anon5c69794f0111::PlotMap
281 plots.RegisterPlot("incoming_packet_sizes", [&](Plot* plot) { in main()
285 plots.RegisterPlot("outgoing_packet_sizes", [&](Plot* plot) { in main()
288 plots.RegisterPlot("incoming_rtcp_types", [&](Plot* plot) { in main()
291 plots.RegisterPlot("outgoing_rtcp_types", [&](Plot* plot) { in main()
294 plots.RegisterPlot("incoming_packet_count", [&](Plot* plot) { in main()
297 plots.RegisterPlot("outgoing_packet_count", [&](Plot* plot) { in main()
300 plots.RegisterPlot("incoming_packet_rate", [&](Plot* plot) { in main()
303 plots.RegisterPlot("outgoing_packet_rate", [&](Plot* plot) { in main()
306 plots.RegisterPlot("total_incoming_packet_rate", [&](Plot* plot) { in main()
[all …]