Description
Profiles application and system performance using kernel-level tracing so developers can understand CPU usage, call paths, scheduling, and bottlenecks. It is useful for investigating slow applications and validating optimization work.
Profiling traces can reveal source paths, process activity, and user behavior. Capture only what is needed and avoid sharing traces that include private workload details.