Skip to main content

global_timer

A global timer instance that can be used to measure elapsed time across the application. It is initialized when the module is loaded and can be used to track time without creating new Timer instances.

Example

print("Elapsed time: ${global_timer}")