ArmNN
 21.11
IPeriodicCounterCapture.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2019 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 namespace armnn
9 {
10 namespace profiling
11 {
12 
14 {
15 public:
17 
18  virtual void Start() = 0;
19  virtual void Stop() = 0;
20 };
21 
22 } // namespace profiling
23 } // namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.