Add --blanks/-B and %N format for nanosecond real-time
Together this lets you do something like this to monitor a process:
burn-cpu & pd -pBHd1 -D'R<>J' -f "%N %R %< %> %J %a" $!
Or you could replace $!
with $(pf firefox)
, take out the -p to leave colors on, or etc., etc.