divan / gotrace

Concurrency tracer and visualizer for Go (Golang) programming language
MIT License
1.97k stars 128 forks source link

tracing across multiple go files #13

Open aadame87 opened 7 years ago

aadame87 commented 7 years ago

just ran your code on a modified version of our master and it worked but is less detailed than we would like animation_shot .

Our worker code is in a separate go file. Is it possible add traces into the worker go files and capture all the go routine actions in one animation?