Skip to content

Additional utilities for analyzing trace files generated by go tool trace

Notifications You must be signed in to change notification settings

gkalabin/go-trace-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

About

Additional utilities for analyzing trace files generated by go tool trace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages