aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/Holder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/Holder.hpp')
-rw-r--r--src/profiling/Holder.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profiling/Holder.hpp b/src/profiling/Holder.hpp
index 3143105ab4..9785b98312 100644
--- a/src/profiling/Holder.hpp
+++ b/src/profiling/Holder.hpp
@@ -33,6 +33,7 @@ public:
void SetCounterIds(const std::vector<uint16_t>& counterIds);
uint32_t GetCapturePeriod() const;
const std::vector<uint16_t>& GetCounterIds() const;
+ bool IsCounterIdInCaptureData(uint16_t counterId);
private:
uint32_t m_CapturePeriod;