diff options
| author | 3gg <3gg@shellblade.net> | 2026-04-12 10:48:49 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-04-12 10:48:49 -0700 |
| commit | 6014cb2db329f84ccfc4b4b8a19f54b1d2295cc3 (patch) | |
| tree | a5803696a6e22552d09eda181bcfbdd16c78eb32 /timer/include | |
| parent | e5fe20ad83e01b3c8262ac90af984da47d8a16a1 (diff) | |
Diffstat (limited to 'timer/include')
| -rw-r--r-- | timer/include/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timer/include/timer.h b/timer/include/timer.h index 75ae367..05f6009 100644 --- a/timer/include/timer.h +++ b/timer/include/timer.h | |||
| @@ -57,7 +57,7 @@ time_delta time_diff(time_point start, time_point end); | |||
| 57 | double time_delta_to_sec(time_delta dt); | 57 | double time_delta_to_sec(time_delta dt); |
| 58 | 58 | ||
| 59 | /// Convert the time elapsed in seconds to a time delta. | 59 | /// Convert the time elapsed in seconds to a time delta. |
| 60 | time_delta sec_to_time_delta(double seconds); | 60 | time_delta time_delta_from_sec(double seconds); |
| 61 | 61 | ||
| 62 | /// Convert the time point to nanoseconds. | 62 | /// Convert the time point to nanoseconds. |
| 63 | uint64_t time_point_to_ns(time_point); | 63 | uint64_t time_point_to_ns(time_point); |
