start_sectimer()

start_sectimer()#

Start a timer to measure elapsed time in seconds.

Prototype

PUBLIC double start_sectimer(void);
        

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

Returns the current timestamp as a double value in seconds.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples