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 operator implementations (Part 6)
Instrument key CPU operator entry points in src/cpu/operators/* 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 <[email protected]>
Change-Id: I649a8c25b3851cb11321d0f45541779ed9f4e819
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/14778
Comments-Addressed: Arm Jenkins <[email protected]>
Tested-by: Arm Jenkins <[email protected]>
Benchmark: Arm Jenkins <[email protected]>
Reviewed-by: Andreas Flöjt <[email protected]>
Reviewed-by: Dennis Wildmark <[email protected]>
0 commit comments