if(task_load>(1.f-idle))task_load=(1.f-idle);/* this can happen if one tasks total runtime was not computed correctly by the scheduler instrumentation TODO */
printf("\033[KUptime: %u.%03u s total, %d.%03d s idle\n\033[K\n",curr_time_s,(unsignedint)(curr_time_ms-curr_time_s*1000LLU),idle_time_total_s,(int)(idle_time_total_ms-idle_time_total_s*1000));
/* 34 chars command name length (32 chars plus two spaces) */
charheader_spaces[CONFIG_TASK_NAME_SIZE+1];
memset(header_spaces,' ',CONFIG_TASK_NAME_SIZE);
header_spaces[CONFIG_TASK_NAME_SIZE]='\0';
printf("\033[H");/* move cursor home and clear screen */