aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/instruments/MaliCounter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/instruments/MaliCounter.h')
-rw-r--r--tests/framework/instruments/MaliCounter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/framework/instruments/MaliCounter.h b/tests/framework/instruments/MaliCounter.h
index 64b5b93015..b7c3483817 100644
--- a/tests/framework/instruments/MaliCounter.h
+++ b/tests/framework/instruments/MaliCounter.h
@@ -42,7 +42,7 @@ class MaliCounter : public Instrument
{
public:
/** Default constructor. */
- MaliCounter();
+ MaliCounter(ScaleFactor scale_factor);
MaliCounter(const MaliCounter &) = delete;
MaliCounter &operator=(const MaliCounter &) = delete;
@@ -95,6 +95,7 @@ private:
std::vector<unsigned int> _core_index_remap{};
int _fd{ -1 };
int _hwc_fd{ -1 };
+ int _scale_factor{};
};
} // namespace framework
} // namespace test