From cc897079136b8e24cb77bbc4a02e92e1b437daa5 Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 12 Aug 2025 15:34:27 +1000 Subject: [PATCH] update description --- include/armadillo_bits/wall_clock_bones.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/armadillo_bits/wall_clock_bones.hpp b/include/armadillo_bits/wall_clock_bones.hpp index 7a8a1b3a..595aa9b8 100644 --- a/include/armadillo_bits/wall_clock_bones.hpp +++ b/include/armadillo_bits/wall_clock_bones.hpp @@ -28,7 +28,7 @@ class wall_clock inline wall_clock(); inline ~wall_clock(); - inline void tic(); //!< start the timer + inline void tic(); //!< reset and start the timer arma_warn_unused inline double toc(); //!< return the number of seconds since the last call to tic() inline void freeze(); //!< freeze the timer