Loading

TIMED

debug

The TIMED function converts a macro to a timed macro, recording its execution time and its number of calls.

To recover the associated statistics, use CHRONOSTATS.

TIMED is available since version 2.1.0.

See also

Signatures

Examples

<% + %> 'add' STORE $add 'add' TIMED 'add_timed' STORE 2 2 @add_timed 1 3 @add_timed CHRONOSTATS