aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/workloads/ClConstantWorkload.cpp
diff options
context:
space:
mode:
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.