You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add profiling tracepoints to CPU kernel implementations (Part 4)
Instrument key CPU kernel entry points in src/cpu/kernels/* with
tracepoints to enable lightweight runtime profiling. These tracepoints
leverage the ACL_PROFILE macros and form the basis for collecting
execution timing and behavior metrics. This is the first step in
integrating end-to-end profiling support.
Partially Resolves: COMPMID-8330
Signed-off-by: Walid Ben Romdhane <Walid.BenRomdhane@arm.com>
Change-Id: Ic51d5f0275f7ac473fc8548df2d20d7bb85f23fa
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/14776
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Benchmark: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Andreas Flöjt <andreas.floejt@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Dennis Wildmark <dennis.wildmark@arm.com>
0 commit comments