/go-trace-utils

Additional utilities for analyzing trace files generated by go tool trace

Primary LanguageGo

Go trace utils

This is a collection of some additional utilities for handling trace files generated by golang's tool called trace.

Unfinished goroutines

Usage unfinished_goroutines <binary> <trace>. Outputs list of goroutines created during writing the trace and not finished at the end of the trace writing.