diff options
Diffstat (limited to 'source/conversion.hpp')
-rw-r--r-- | source/conversion.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/conversion.hpp b/source/conversion.hpp index a26dd19..ca0054a 100644 --- a/source/conversion.hpp +++ b/source/conversion.hpp @@ -31,8 +31,8 @@ public: // Begins sample conversion. static void start(); - // Begins conversion with execution time measured. - static void startMeasured(); + // Prepare to measure execution time of next conversion. + static void startMeasurement(); // Stops conversion. static void stop(); |