con / duct

A helper to run a command, capture stdout/stderr and details about running
MIT License
1 stars 1 forks source link

candidate base: perf #1

Closed yarikoptic closed 2 months ago

yarikoptic commented 2 months ago

part of linux https://perf.wiki.kernel.org/index.php/Main_Page

concerns:

asmacdo commented 2 months ago

Desired Metrics:

asmacdo commented 2 months ago

From what I saw perf would not do well for this. The metrics it collects on memory are counters, such as cache misses, rather than memory consumed.