aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/Processes.hpp
blob: cc59d8b2d4fcf3d5e973d2920c6fe9d9f3f30cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

namespace arm
{
namespace pipe
{

int GetCurrentId();

} // namespace arm
} // namespace pipe