[/] [trunk/] - Rev 1985
Directory listing |
View Log |
Compare with Previous |
RSS feed
Last modification
- Rev 1985, 2012-04-23 11:31:45
- Author: lyu2
- Log message:
- made fast abort more accurate:
average_task_time = (q->total_execute_time + q->total_send_time) / q->total_tasks_complete
removed unused 'total_task_time' and 'total_wait_time' in work_queue struct.