summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/perf.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce JSONL performance counter loggingJulian Andres Klode2026-02-101-0/+153
Introduce a scoped object that starts measuring performance counters and then dumps them into a JSONL file for later analysis. Add performance contexts for APT::Solver and pkgDepCache::Init() as starting points.