Blender  V2.93
Functions
util_time.cpp File Reference
#include "util/util_time.h"
#include <stdlib.h>
#include <sys/time.h>
#include <unistd.h>
#include "util/util_math.h"
#include "util/util_string.h"
#include "util/util_windows.h"

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN double time_dt ()
 
void time_sleep (double t)
 
string time_human_readable_from_seconds (const double seconds)
 
double time_human_readable_to_seconds (const string &time_string)
 

Function Documentation

◆ time_dt()

◆ time_human_readable_from_seconds()

string time_human_readable_from_seconds ( const double  seconds)

◆ time_human_readable_to_seconds()

double time_human_readable_to_seconds ( const string &  time_string)

Definition at line 93 of file util_time.cpp.

References length(), KDL::pow(), result, and string_split().

Referenced by merge_layer_render_time(), merge_render_time(), and TEST().

◆ time_sleep()

void time_sleep ( double  t)

Definition at line 57 of file util_time.cpp.

References t.

Referenced by MultiDevice::MultiDevice(), and view_idle().