Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.h82 struct IntervalSeries { in RTC_POP_IGNORING_WUNDEF() struct
83 enum Orientation { kHorizontal, kVertical }; in RTC_POP_IGNORING_WUNDEF()
86 IntervalSeries(const std::string& label, in RTC_POP_IGNORING_WUNDEF() argument
91 std::string label; in RTC_POP_IGNORING_WUNDEF()
92 std::string color; in RTC_POP_IGNORING_WUNDEF()
93 Orientation orientation; in RTC_POP_IGNORING_WUNDEF()
94 std::vector<Interval> intervals; in RTC_POP_IGNORING_WUNDEF()