|
| def | __init__ (self, arg=[]) |
| |
| def | get_time_slice (self, ts) |
| |
| def | find_time_slice (self, ts) |
| |
| def | set_root_win (self, win) |
| |
| def | mouse_down (self, cpu, t) |
| |
| def | update_rectangle_cpu (self, slice, cpu) |
| |
| def | fill_zone (self, start, end) |
| |
| def | interval (self) |
| |
| def | nr_rectangles (self) |
| |
Definition at line 226 of file sched-migration.py.
◆ __init__()
| def sched-migration.TimeSliceList.__init__ |
( |
|
self, |
|
|
|
arg = [] |
|
) |
| |
◆ fill_zone()
| def sched-migration.TimeSliceList.fill_zone |
( |
|
self, |
|
|
|
start, |
|
|
|
end |
|
) |
| |
◆ find_time_slice()
| def sched-migration.TimeSliceList.find_time_slice |
( |
|
self, |
|
|
|
ts |
|
) |
| |
◆ get_time_slice()
| def sched-migration.TimeSliceList.get_time_slice |
( |
|
self, |
|
|
|
ts |
|
) |
| |
◆ interval()
| def sched-migration.TimeSliceList.interval |
( |
|
self | ) |
|
◆ mouse_down()
| def sched-migration.TimeSliceList.mouse_down |
( |
|
self, |
|
|
|
cpu, |
|
|
|
t |
|
) |
| |
◆ nr_rectangles()
| def sched-migration.TimeSliceList.nr_rectangles |
( |
|
self | ) |
|
◆ set_root_win()
| def sched-migration.TimeSliceList.set_root_win |
( |
|
self, |
|
|
|
win |
|
) |
| |
◆ update_rectangle_cpu()
| def sched-migration.TimeSliceList.update_rectangle_cpu |
( |
|
self, |
|
|
|
slice, |
|
|
|
cpu |
|
) |
| |
◆ data
| sched-migration.TimeSliceList.data |
◆ root_win
| sched-migration.TimeSliceList.root_win |
The documentation for this class was generated from the following file: