package
1.0.52
Repository: https://github.com/xhd2015/xgo.git
Documentation: pkg.go.dev

# README

Trace

Trace allows visualize generated trace with a crafted UI.

Usage

xgo tool trace path/to/Trace.json

for example:

# assuming starting at project root
cd runtime
# run test, generate TestUpdateUserInfo.json
xgo test ./stack_trace

cd ..
xgo tool trace ./runtime/test/stack_trace/TestUpdateUserInfo.json