From 77b284e6988b9a131d6abb3140ec6663c2ae84ae Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Sun, 13 Mar 2022 20:53:35 +0000 Subject: IVGCVSW-6848 Move Process.[ch]pp from armnnUtils to profiling/common Change-Id: I13353f50293eae565a75ccfda37209350512bbc6 Signed-off-by: Jim Flynn --- profiling/common/include/Processes.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 profiling/common/include/Processes.hpp (limited to 'profiling/common/include') diff --git a/profiling/common/include/Processes.hpp b/profiling/common/include/Processes.hpp new file mode 100644 index 0000000000..cc59d8b2d4 --- /dev/null +++ b/profiling/common/include/Processes.hpp @@ -0,0 +1,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 -- cgit v1.2.1