get_timestamp


Description:


[ Version ( deprecated = true , deprecated_since = "1.10" ) ]
public ulong get_timestamp ()

Warning: get_timestamp is deprecated since 1.10.

Returns the approximate number of microseconds passed since Clutter was intialised.

Note:

Use Timer or get_monotonic_time for a proper timing source

This function shdould not be used by application code.

The output of this function depends on whether Clutter was configured to enable its debugging code paths, so it's less useful than intended.

Since Clutter 1.10, this function is an alias to get_monotonic_time if Clutter was configured to enable the debugging code paths.

Returns:

Number of microseconds since init was called, or zero if Clutter was not configured with debugging code paths.


Namespace: Clutter
Package: clutter-1.0