Development Environment

perf

English

Overview

A profiling tool built into the Linux kernel for analyzing system-wide performance.

Details

Using CPU hardware counters, it can measure things like per-function execution time and cache misses with low overhead. It's used to investigate application bottlenecks.

More Linux terms