From 368892f179fbac154c8a76e5e9e31c12fbd9115f Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Mon, 6 Oct 2014 09:43:50 +0200 Subject: [PATCH] Add gcvis: tool to visualise Go program GC trace data in real time --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1a25e00..7e982f46 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,7 @@ Go software and plugins. * [doc](http://godoc.org/code.google.com/p/rspace.cmd/doc) - Go documentation tool that produces an alternative doc format. * [errcheck](https://github.com/kisielk/errcheck) - Errcheck is a program for checking for unchecked errors in Go programs. +* [gcvis](https://github.com/davecheney/gcvis) - Visualise Go program GC trace data in real time. * [goast-viewer](https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer. * [GoCover.io](http://gocover.io/) - GoCover.io offers the code coverage of any golang package as a service. * [goimports](http://godoc.org/code.google.com/p/go.tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically.