start_msectimer()

start_msectimer()#

Start a timer to measure elapsed time in milliseconds.

Prototype

PUBLIC double start_msectimer(void);
        

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

Returns the current timestamp as a double value in milliseconds.

Prototype

// Not applicable in JS

Prototype

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