aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/speed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/speed.cpp')
-rw-r--r--src/cli/speed.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp
index 9e1430668..3bb4f9279 100644
--- a/src/cli/speed.cpp
+++ b/src/cli/speed.cpp
@@ -132,7 +132,7 @@ namespace Botan_CLI {
namespace {
-class Timer
+class Timer final
{
public:
Timer(const std::string& name,
@@ -211,7 +211,7 @@ class Timer
return (milliseconds() < msec.count());
}
- class Timer_Scope
+ class Timer_Scope final
{
public:
explicit Timer_Scope(Timer& timer)
@@ -465,7 +465,7 @@ std::vector<std::string> default_benchmark_list()
}
-class Summary
+class Summary final
{
public:
Summary() {}
@@ -591,7 +591,7 @@ class Summary
}
private:
- class EntryBps
+ class EntryBps final
{
public:
EntryBps(const std::string& algo
@@ -618,7 +618,7 @@ class Summary
std::map<size_t, double> m_bps;
};
- class EntryOps
+ class EntryOps final
{
public:
EntryOps(const std::string& algo