aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/workloads/ClConstantWorkload.cpp
diff options
context:
space:
mode:
authorKeith Davis <keith.davis@arm.com>2021-08-05 14:20:33 +0100
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-08-10 13:51:31 +0000
commitbcd860a30eba22bb2ba0943ad705734ce0ec5b23 (patch)
treea54dc121df65036f1604389684c76cdd2c988a4a /src/backends/cl/workloads/ClConstantWorkload.cpp
parent2d0679f33f75c43e7169fe0f0ee2d15d0620e091 (diff)
downloadarmnn-bcd860a30eba22bb2ba0943ad705734ce0ec5b23.tar.gz
IVGCVSW-6249 Add ProfilingDetails Macros to all workloads in CL
Signed-off-by: Keith Davis <keith.davis@arm.com> Change-Id: I92dd410da7ad633a46d025fdc2b26093041c439b
Diffstat (limited to 'src/backends/cl/workloads/ClConstantWorkload.cpp')
-rw-r--r--src/backends/cl/workloads/ClConstantWorkload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/cl/workloads/ClConstantWorkload.cpp b/src/backends/cl/workloads/ClConstantWorkload.cpp
index 60dcd59268..1ff7504058 100644
--- a/src/backends/cl/workloads/ClConstantWorkload.cpp
+++ b/src/backends/cl/workloads/ClConstantWorkload.cpp
@@ -51,7 +51,7 @@ ClConstantWorkload::ClConstantWorkload(const ConstantQueueDescriptor& descriptor
void ClConstantWorkload::Execute() const
{
- ARMNN_SCOPED_PROFILING_EVENT_CL("ClConstantWorkload_Execute");
+ ARMNN_SCOPED_PROFILING_EVENT_CL_GUID("ClConstantWorkload_Execute", this->GetGuid());
// The intermediate tensor held by the corresponding layer output handler can be initialised with the given data
// on the first inference, then reused for subsequent inferences.