aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/instruments/PMUCounter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/instruments/PMUCounter.h')
-rw-r--r--tests/framework/instruments/PMUCounter.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/framework/instruments/PMUCounter.h b/tests/framework/instruments/PMUCounter.h
index e1b9433eda..0719b10864 100644
--- a/tests/framework/instruments/PMUCounter.h
+++ b/tests/framework/instruments/PMUCounter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -37,6 +37,10 @@ namespace framework
class PMUCounter : public Instrument
{
public:
+ /** Construct a PMU counter.
+ *
+ * @param[in] scale_factor Measurement scale factor.
+ */
PMUCounter(ScaleFactor scale_factor)
{
switch(scale_factor)