Home
last modified time | relevance | path

Searched defs:IntervalSeries (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dplot_base.h83 struct IntervalSeries { in RTC_POP_IGNORING_WUNDEF() struct
84 enum Orientation { kHorizontal, kVertical }; in RTC_POP_IGNORING_WUNDEF()
87 IntervalSeries(const std::string& label, in RTC_POP_IGNORING_WUNDEF() argument
92 std::string label; in RTC_POP_IGNORING_WUNDEF()
93 std::string color; in RTC_POP_IGNORING_WUNDEF()
94 Orientation orientation; in RTC_POP_IGNORING_WUNDEF()
95 std::vector<Interval> intervals; in RTC_POP_IGNORING_WUNDEF()