|
Blender V5.0
|
#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 233 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 35 of file task.h.
Referenced by full_report(), TEST(), TEST(), and TaskPool::wait_work().
| double TaskPool::Summary::time_total |
Definition at line 32 of file task.h.
Referenced by full_report(), and TaskPool::wait_work().