Utility functions for time management. More...
Functions | |
float | get_time_in_seconds () |
Retrieves the current time in seconds. | |
Utility functions for time management.
float get_time_in_seconds | ( | ) |
Retrieves the current time in seconds.
This function returns the current time in seconds as a floating-point number. It can be used for measuring elapsed time or for other time-related calculations.