summaryrefslogtreecommitdiff
path: root/drivers/gator/daemon/Collector.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gator/daemon/Collector.h')
-rw-r--r--drivers/gator/daemon/Collector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gator/daemon/Collector.h b/drivers/gator/daemon/Collector.h
index 1cfe84e1b97..6c80725ad94 100644
--- a/drivers/gator/daemon/Collector.h
+++ b/drivers/gator/daemon/Collector.h
@@ -19,6 +19,7 @@ public:
void stop();
int collect(char* buffer);
void enablePerfCounters();
+ void setupPerfCounters();
int getBufferSize() {return bufferSize;}
private:
int bufferSize;