Changeset 164 for soft/giet_vm/sys/ctx_handler.c
- Timestamp:
- Jun 21, 2012, 3:27:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sys/ctx_handler.c
r160 r164 89 89 #if GIET_DEBUG_SWITCH 90 90 unsigned int time = _proctime(); 91 _ tty_puts( "\n[GIET] Context switch for processor ");92 _ tty_putw( proc_id );93 _ tty_puts( " at cycle ");94 _ tty_putw( time );95 _ tty_puts("\n");96 _ tty_puts( " - tasks = ");97 _ tty_putw( tasks );98 _ tty_puts("\n");99 _ tty_puts( " - curr_task_id = ");100 _ tty_putw( curr_task_id );101 _ tty_puts("\n");102 _ tty_puts( " - next_task_id = ");103 _ tty_putw( next_task_id );104 _ tty_puts("\n");91 _puts( "\n[GIET] Context switch for processor "); 92 _putw( proc_id ); 93 _puts( " at cycle "); 94 _putw( time ); 95 _puts("\n"); 96 _puts( " - tasks = "); 97 _putw( tasks ); 98 _puts("\n"); 99 _puts( " - curr_task_id = "); 100 _putw( curr_task_id ); 101 _puts("\n"); 102 _puts( " - next_task_id = "); 103 _putw( next_task_id ); 104 _puts("\n"); 105 105 #endif 106 106
Note: See TracChangeset
for help on using the changeset viewer.