JFYI: I have publilshed a short blog post about using the `ts` tool for time-stamping program output.
I used it for profiling an rspec test but it can be helpful in many other situations.
https://blog.ladslezak.cz/2017/04/24/time-stamping-stdout-and-profiling/
On Tue, 25 Apr 2017 09:02:38 +0200 Ladislav Slezak lslezak@suse.cz wrote:
JFYI: I have publilshed a short blog post about using the `ts` tool for time-stamping program output.
I used it for profiling an rspec test but it can be helpful in many other situations.
Sharing hint with others ( as I already discus it with Lada ):
for profiling rspec the best way is to use --profile option for rspec, and pass number of the slowest spec to print out.
Very useful feature for finding what slow down you test suite.
Josef
https://blog.ladslezak.cz/2017/04/24/time-stamping-stdout-and-profiling/