Skip to content

Releases: spytheman/gostamp

Add -csv option

06 Nov 09:04
429da56
Compare
Choose a tag to compare

gostamp now supports producing output in the common CSV format.

It is very convenient for analyzing the results with a spreadsheet like Excel.

Note: latest go1.19.1 does not support building 32bit Darwin apps anymore.

Implement -nobuf option (working only on linux so far)

02 Aug 07:24
Compare
Choose a tag to compare

Passing -nobuf , you can get a more accurate timing report of programs, that do sporadic output to stdout/stderr without flushing. It may not be suitable for measuring programs, that produce huge volumes of output, since turning off the io streams buffering, may slow down their execution.

Maintenance release.

03 Feb 11:15
Compare
Choose a tag to compare

Improved release process.
Now the version number in the binary matches the one used in the Makefile.

Cleanup of gostamp output.

02 Feb 11:33
Compare
Choose a tag to compare

Cleaner output of gostamp (no line count), compared to release v0.3 .

Reduce impact on the measured program.

02 Feb 11:05
Compare
Choose a tag to compare

Use a buffered channel instead of a mutex to coordinate the terminal output with minimal impact on the observed program.

Release of version 0.2 .

15 Jan 09:55
Compare
Choose a tag to compare

gostamp - Timestamp and colorize the stdout and stderr streams of CLI programs.

Available builds for:

  • macOS X (32bit and 64bit),
  • Windows (32bit and 64bit),
  • Linux (32bit and 64bit)