|
def | __init__ (self, sched_tracer, title, parent=None, id=-1) |
|
def | us_to_px (self, val) |
|
def | px_to_us (self, val) |
|
def | scroll_start (self) |
|
def | scroll_start_us (self) |
|
def | paint_rectangle_zone (self, nr, color, top_color, start, end) |
|
def | update_rectangles (self, dc, start, end) |
|
def | on_paint (self, event) |
|
def | rect_from_ypixel (self, y) |
|
def | update_summary (self, txt) |
|
def | on_mouse_down (self, event) |
|
def | update_width_virtual (self) |
|
def | zoom_in (self) |
|
def | zoom_out (self) |
|
def | on_key_press (self, event) |
|
Definition at line 17 of file SchedGui.py.
◆ __init__()
def SchedGui.RootFrame.__init__ |
( |
|
self, |
|
|
|
sched_tracer, |
|
|
|
title, |
|
|
|
parent = None , |
|
|
|
id = -1 |
|
) |
| |
◆ __zoom()
def SchedGui.RootFrame.__zoom |
( |
|
self, |
|
|
|
x |
|
) |
| |
|
private |
◆ on_key_press()
def SchedGui.RootFrame.on_key_press |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ on_mouse_down()
def SchedGui.RootFrame.on_mouse_down |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ on_paint()
def SchedGui.RootFrame.on_paint |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ paint_rectangle_zone()
def SchedGui.RootFrame.paint_rectangle_zone |
( |
|
self, |
|
|
|
nr, |
|
|
|
color, |
|
|
|
top_color, |
|
|
|
start, |
|
|
|
end |
|
) |
| |
◆ px_to_us()
def SchedGui.RootFrame.px_to_us |
( |
|
self, |
|
|
|
val |
|
) |
| |
◆ rect_from_ypixel()
def SchedGui.RootFrame.rect_from_ypixel |
( |
|
self, |
|
|
|
y |
|
) |
| |
◆ scroll_start()
def SchedGui.RootFrame.scroll_start |
( |
|
self | ) |
|
◆ scroll_start_us()
def SchedGui.RootFrame.scroll_start_us |
( |
|
self | ) |
|
◆ update_rectangles()
def SchedGui.RootFrame.update_rectangles |
( |
|
self, |
|
|
|
dc, |
|
|
|
start, |
|
|
|
end |
|
) |
| |
◆ update_summary()
def SchedGui.RootFrame.update_summary |
( |
|
self, |
|
|
|
txt |
|
) |
| |
◆ update_width_virtual()
def SchedGui.RootFrame.update_width_virtual |
( |
|
self | ) |
|
◆ us_to_px()
def SchedGui.RootFrame.us_to_px |
( |
|
self, |
|
|
|
val |
|
) |
| |
◆ zoom_in()
def SchedGui.RootFrame.zoom_in |
( |
|
self | ) |
|
◆ zoom_out()
def SchedGui.RootFrame.zoom_out |
( |
|
self | ) |
|
◆ dc
◆ EVENT_MARKING_WIDTH
int SchedGui.RootFrame.EVENT_MARKING_WIDTH = 5 |
|
static |
◆ height_virtual
SchedGui.RootFrame.height_virtual |
◆ nr_rects
SchedGui.RootFrame.nr_rects |
◆ panel
◆ RECT_HEIGHT
int SchedGui.RootFrame.RECT_HEIGHT = 100 |
|
static |
◆ RECT_SPACE
int SchedGui.RootFrame.RECT_SPACE = 50 |
|
static |
◆ sched_tracer
SchedGui.RootFrame.sched_tracer |
◆ scroll
SchedGui.RootFrame.scroll |
◆ scroll_panel
SchedGui.RootFrame.scroll_panel |
◆ scroll_scale
SchedGui.RootFrame.scroll_scale |
◆ txt
◆ width_virtual
SchedGui.RootFrame.width_virtual |
◆ Y_OFFSET
int SchedGui.RootFrame.Y_OFFSET = 100 |
|
static |
◆ zoom
The documentation for this class was generated from the following file:
- scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py