|
Blender V4.3
|
#include <task.h>
Public Member Functions | |
| string | full_report () const |
Public Attributes | |
| double | time_total |
| int | num_tasks_handled |
| string TaskPool::Summary::full_report | ( | ) | const |
Definition at line 235 of file task.cpp.
References full_report(), num_tasks_handled, string_printf(), and time_total.
Referenced by full_report().
| int TaskPool::Summary::num_tasks_handled |
Definition at line 36 of file task.h.
Referenced by full_report(), TEST(), TEST(), and TaskPool::wait_work().
| double TaskPool::Summary::time_total |
Definition at line 33 of file task.h.
Referenced by full_report(), and TaskPool::wait_work().