📂Directory-first viewRolls every process's CPU cost up through its ancestor directories. Spot expensive project trees at a glance without hunting through process lists.
⚡Accurate, low-overhead samplingTakes two /proc snapshots and computes the delta — one sleep per cycle regardless of how many processes are running.
🔍cwd or exe modeGroup by working directory (ideal for Python/Node scripts) or by executable path (ideal for compiled binaries). Switch with a single flag.
🛡️Security & forensicsProcesses hiding in /tmp or unusual paths surface immediately in exe mode — useful for spotting rogue miners or backdoors.