Subject: | Provide an equivalent of dprofpp -T |
One of the most useful features of DProf was that for any profiling run,
you could run a -T on it to get a complete space-indented function trace
for the entire application run.
The file sizes it spat out tended to be huge, but the information was
invaluable for seeing what the hell an application was doing
(particularly in the case of watching apps explode in slow motion).
I'd very much like to see an equivalent for NYTProf.