Blender
V3.3
|
#include <time.h>
Public Member Functions | |
scoped_timer (double *value=NULL) | |
~scoped_timer () | |
double | get_start () const |
double | get_time () const |
Protected Attributes | |
double * | value_ |
double | time_start_ |
Definition at line 24 of file time.h.
References time_dt(), and time_start_.
|
inline |
Definition at line 29 of file time.h.
References get_time(), NULL, and value_.
|
inline |
Definition at line 36 of file time.h.
References time_start_.
Referenced by Progress::add_skip_time().
|
inline |
Definition at line 41 of file time.h.
References time_dt(), and time_start_.
Referenced by BlenderSync::sync_data(), scoped_callback_timer::~scoped_callback_timer(), and ~scoped_timer().
|
protected |
Definition at line 48 of file time.h.
Referenced by get_start(), get_time(), and scoped_timer().
|
protected |
Definition at line 47 of file time.h.
Referenced by ~scoped_timer().