aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/Processes.hpp
blob: 0a15368169dc2caf25f8d5f21052a7f82b7a3c1b (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 GetCurrentProcessId();

} // namespace arm
} // namespace pipe