Blender V5.0
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 233 of file task.cpp.

References full_report(), num_tasks_handled, string_printf(), and time_total.

Referenced by full_report().

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(), 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: