What it does
tprof if a test report generator for golang packages. It parses the output of go tests and generates a presentable html document.
How to use it
To execute
go test <pkg name> -v | tprof
Eg:
go test encoding/... -v | tprof
Visit https://github.com/gokultp/go-tprof to get tprof
Top comments (2)
gokultp / go-tprof
A presentable test report generator for go packages
go-tprof
Overview
Prerequisites
Install
Usage Instructions
tprof
is not a replacement forgo test
, it just parses the results and generates reports out of it.To execute
Eg:
Features
License
MIT.
Github URL : github.com/gokultp/go-tprof