blob: 8c88fed35f1f4beaef72e328b2c145d4c75369b4 [file] [log] [blame]
Jim Flynn34430252022-03-04 15:03:58 +00001//
2// Copyright © 2022 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
Jim Flynn27761832022-03-20 21:52:17 +00008#include <client/include/IInitialiseProfilingService.hpp>
9#include <client/include/IProfilingService.hpp>
Jim Flynn34430252022-03-04 15:03:58 +000010
11namespace armnn
12{
13
14class ArmNNProfilingServiceInitialiser : public arm::pipe::IInitialiseProfilingService
15{
16public:
17 void InitialiseProfilingService(arm::pipe::IProfilingService& profilingService) override;
18};
19
20} // namespace armnn