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 1)
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 <[email protected]>
Change-Id: Ifc7e3d6f1d049f7ad051ee8f58b8934013456dc8
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/14773
Benchmark: Arm Jenkins <[email protected]>
Tested-by: Arm Jenkins <[email protected]>
Comments-Addressed: Arm Jenkins <[email protected]>
Reviewed-by: Dongsung Kim <[email protected]>
0 commit comments