Tizen Native API
|
Functions | |
double | ecore_time_get (void) |
Retrieves the current system time as a floating point value in seconds. | |
double | ecore_time_unix_get (void) |
Retrieves the current UNIX time as a floating point value in seconds. | |
double | ecore_loop_time_get (void) |
Retrieves the time at which the last loop stopped waiting for timeouts or events. |
This group discusses the functions to retrieve time in a given format.
double ecore_loop_time_get | ( | void | ) |
Retrieves the time at which the last loop stopped waiting for timeouts or events.
double ecore_time_get | ( | void | ) |
Retrieves the current system time as a floating point value in seconds.
This uses a monotonic clock and thus never goes back in time while machine is live (even if user changes time or timezone changes, however it may be reset whenever the machine is restarted).
double ecore_time_unix_get | ( | void | ) |
Retrieves the current UNIX time as a floating point value in seconds.