File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ class EventType(Enum):
38
38
TASK_PREEMPT = 7 # Ask the simulator to preempt a task.
39
39
TASK_MIGRATION = 8 # Ask the simulator to migrate a task.
40
40
LOAD_PROFILE = 9 # Ask the simulator to load a profile into the WorkerPool.
41
- SCHEDULER_START = 10 # Requires the simulator to invoke the scheduler .
42
- SCHEDULER_FINISHED = 11 # Signifies the end of the scheduler loop .
43
- TASK_PLACEMENT = 12 # Ask the simulator to place a task .
41
+ TASK_PLACEMENT = 10 # Ask the simulator to place a task .
42
+ SCHEDULER_START = 11 # Requires the simulator to invoke the scheduler.
43
+ SCHEDULER_FINISHED = 12 # Signifies the end of the scheduler loop .
44
44
SIMULATOR_END = 13 # Signify the end of the simulator loop.
45
45
LOG_UTILIZATION = 14 # Ask the simulator to log worker pool utilization.
46
46
LOG_STATS = 15 # Log simulator statistics
You can’t perform that action at this time.
0 commit comments