|
Blender V5.0
|
#include <time.h>
Public Member Functions | |
| scoped_timer (double *value=nullptr) | |
| ~scoped_timer () | |
| double | get_start () const |
| double | get_time () const |
Protected Attributes | |
| double * | value_ |
| double | time_start_ |
|
inlineexplicit |
Definition at line 35 of file time.h.
References time_dt(), time_start_, and value_.
|
inline |
Definition at line 40 of file time.h.
References get_time(), and value_.
|
inline |
Definition at line 47 of file time.h.
References time_start_.
Referenced by Progress::add_skip_time().
|
inline |
Definition at line 52 of file time.h.
References time_dt(), and time_start_.
Referenced by ~scoped_timer().
|
protected |
Definition at line 59 of file time.h.
Referenced by get_start(), get_time(), and scoped_timer().
|
protected |
Definition at line 58 of file time.h.
Referenced by scoped_timer(), and ~scoped_timer().