aboutsummaryrefslogtreecommitdiffstats
path: root/source/conversion.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-05-22 09:54:31 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-05-22 09:54:31 -0400
commit30cf6ea38bdd58b663f0b6fc56141293ec0a204e (patch)
tree102d448dfb1632c9894f9c793a1c244d9f6220eb /source/conversion.hpp
parent1310b7f0f67d80d53f6051dfdc75b5b30173aecb (diff)
dynamic code time measurement
Diffstat (limited to 'source/conversion.hpp')
-rw-r--r--source/conversion.hpp4
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();