Skip to content

Latest commit

 

History

History

RhysHiltner-AnIntroductionToGoToolTrace

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

An Introduction to "go tool trace"

Rhys Hiltner (@rhyshiltner)

The execution tracer (go tool trace) is one of Go's most powerful diagnosis tools, but its power and complexity make it difficult to learn. See how it can help you understand goroutines' interactions in great detail, uncovering latency bugs and logical races.

See the slides on Speaker Deck or as a PDF.