Releases: spytheman/gostamp
Releases · spytheman/gostamp
Add -csv option
Implement -nobuf option (working only on linux so far)
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.
Improved release process.
Now the version number in the binary matches the one used in the Makefile.
Cleanup of gostamp output.
Cleaner output of gostamp (no line count), compared to release v0.3 .
Reduce impact on the measured program.
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 .
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)