ArmNN
 21.08
IProfilingServiceStatus.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 
10 #include <common/include/Packet.hpp>
11 
12 #include <cstdint>
13 
14 namespace armnn
15 {
16 
17 namespace profiling
18 {
19 
21 {
22 public:
23  virtual void NotifyProfilingServiceActive() = 0;
24  virtual void WaitForProfilingServiceActivation(unsigned int timeout) = 0;
26 };
27 
28 } // namespace profiling
29 
30 } // namespace armnn
virtual void WaitForProfilingServiceActivation(unsigned int timeout)=0
Copyright (c) 2021 ARM Limited and Contributors.