Blender  V3.3
Public Member Functions | Public Attributes | List of all members
TaskPool::Summary Struct Reference

#include <task.h>

Public Member Functions

string full_report () const
 

Public Attributes

double time_total
 
int num_tasks_handled
 

Detailed Description

Definition at line 30 of file task.h.

Member Function Documentation

◆ full_report()

string TaskPool::Summary::full_report ( ) const

Definition at line 231 of file task.cpp.

References num_tasks_handled, string_printf(), and time_total.

Member Data Documentation

◆ num_tasks_handled

int TaskPool::Summary::num_tasks_handled

Definition at line 35 of file task.h.

Referenced by full_report(), TEST(), and TaskPool::wait_work().

◆ time_total

double TaskPool::Summary::time_total

Definition at line 32 of file task.h.

Referenced by full_report(), and TaskPool::wait_work().


The documentation for this struct was generated from the following files: