koute / not-perf

A sampling CPU profiler for Linux
Apache License 2.0
871 stars 41 forks source link

Extend from and to arguments to specify time from execution end #29

Open vkrasnov opened 2 years ago

vkrasnov commented 2 years ago

For example if I want to flamegraph the last 30seconds of a program, but I don’t know how long it ran exactly. Perhaps can provide negative values to from and to? Happy to make a PR.