divan/gotrace
Concurrency tracer and visualizer for Go (Golang) programming language observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3827
- days_rel: n/a
- days_push: 1390
- n_releases_24m: 0
Adoption not part of the score
1979 stars · 128 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GoTrace is a CLI tool that analyzes Go execution traces produced by the Go runtime and renders a 3D WebGL visualization of concurrency flow in the browser. It is primarily an educational tool for understanding Go's goroutine and scheduler behavior in small, short-running programs.
Use cases
- visualize goroutine concurrency in 3d
- understand go scheduler behavior
- teach go concurrency patterns
- analyze go execution traces visually
- debug goroutine interactions in small programs
- render go trace files as webgl animation
When to choose
- you are learning or teaching Go concurrency concepts
- you want an intuitive visual view of goroutine scheduling in short traces
- you want to explore how channels and goroutines interact over time
When to avoid
- you need production performance profiling of long-running programs
- your traces are large or your program runs for a long time
- you need standard go tool trace analysis rather than 3D visualization
- you cannot patch the Go runtime or use the provided Docker image
Facets
cli-tool · maturity maintenance
tracing data-visualization developer-tools developer-tools programming-languages education go browser cross-platform go-concurrency webgl 3d-visualization goroutines execution-trace educational concurrency docker
1 source
- readme: https://github.com/divan/gotrace · fetched 2026-08-28 · 0990efd83d79
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| divan/gotrace | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem