From 30cf6ea38bdd58b663f0b6fc56141293ec0a204e Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 22 May 2022 09:54:31 -0400 Subject: dynamic code time measurement --- source/conversion.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/conversion.hpp') 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(); -- cgit v1.2.3