perfreport

command
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Command perfreport measures exex against a sample binary and prints a Markdown table: the parse/startup cost, every `-o` view's render time and allocation volume, each interactive (TUI) view's full-frame render cost, and the process's peak resident memory.

It exercises the real code paths (binfile.Open, dump.View/DisasmTo, ui.New), so the numbers track what a user actually pays. CI feeds it the freshly built exex binary (self-disassembly: always present, a realistic ~10 MB native object), and appends the table to the workflow step summary so regressions show up per push.

Usage: perfreport [-runs N] <sample-binary>

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL