[yast-devel] Hint: time-stamping output and profiling
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/ -- Ladislav Slezák YaST Developer SUSE LINUX, s.r.o. Corso IIa Křižíkova 148/34 18600 Praha 8 -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
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/
-- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (2)
-
Josef Reidinger
-
Ladislav Slezak