aboutsummaryrefslogtreecommitdiff
path: root/applications/message_process/include/message_process.hpp
diff options
context:
space:
mode:
authorBhavik Patel <bhavik.patel@arm.com>2020-11-16 12:13:56 +0100
committerBhavik Patel <bhavik.patel@arm.com>2020-12-08 10:18:55 +0100
commitffe845d4aad5a389e295bab5f78c8088ef187ea0 (patch)
tree64e8aeb90db243a04e12993e416763d7ec293b33 /applications/message_process/include/message_process.hpp
parentf1bda569bdc7812cef48a234bfe99321ef2e56fd (diff)
downloadethos-u-core-software-ffe845d4aad5a389e295bab5f78c8088ef187ea0.tar.gz
MLBEDSW-3269 Add pmu counters for inference_process
Change-Id: I6594acc228fe8048f56cb96ac7846a87491eed38
Diffstat (limited to 'applications/message_process/include/message_process.hpp')
-rw-r--r--applications/message_process/include/message_process.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/applications/message_process/include/message_process.hpp b/applications/message_process/include/message_process.hpp
index 602c2a4..96da30e 100644
--- a/applications/message_process/include/message_process.hpp
+++ b/applications/message_process/include/message_process.hpp
@@ -96,7 +96,13 @@ public:
void run();
bool handleMessage();
void sendPong();
- void sendInferenceRsp(uint64_t userArg, std::vector<InferenceProcess::DataPtr> &ofm, bool failed);
+ void sendInferenceRsp(uint64_t userArg,
+ std::vector<InferenceProcess::DataPtr> &ofm,
+ bool failed,
+ std::vector<uint8_t> &pmuEventConfig,
+ uint32_t pmuCycleCounterEnable,
+ std::vector<uint32_t> &pmuEventCount,
+ uint64_t pmuCycleCounterCount);
private:
QueueImpl queueIn;