A content/doc/showcase/gotraceui/1.png => content/doc/showcase/gotraceui/1.png +0 -0
A content/doc/showcase/gotraceui/index.md => content/doc/showcase/gotraceui/index.md +14 -0
@@ 0,0 1,14 @@
+---
+title: gotraceui
+subtitle: an efficient frontend for Go execution traces
+images:
+ -
+ alt: "Gotraceui screenshot"
+ source: ./1.png
+links:
+ -
+ title: Source
+ url: https://github.com/dominikh/gotraceui
+---
+
+Gotraceui is a tool for visualizing and analyzing Go execution traces. It is meant to be a faster, more accessible, and more powerful alternative to go tool trace. Unlike go tool trace, Gotraceui doesn’t use deprecated browser APIs (or a browser at all), and its UI is tuned specifically to the unique characteristics of Go traces.
M content/doc/showcase/index.tmpl => content/doc/showcase/index.tmpl +5 -4
@@ 3,19 3,20 @@ title: Showcase
subtitle: Programs written with Gio
children:
- ./godcr
+ - ./gotraceui
+ - ./photon
+ - ./protonet
+ - ./sointu
- ./sprig
- ./tailscale
- - ./protonet
- ./wormhole-william
- - ./sointu
- - ./photon
---
{{ define "toc" }}<div style="display:none"></div>{{ end }}
{{ define "content" }}
<p>
-This contains a showcase of different programs written using Gio.
+This contains a showcase of different programs written using Gio in alphabetical order.
</p>
<div class="tiles">
M content/index.md => content/index.md +2 -2
@@ 58,8 58,8 @@ contains links to get you started with Gio.
<a href="/doc/showcase/tailscale" style="background-image: url('/doc/showcase/tailscale/1.png')">
<div class="title">Tailscale</div>
</a>
- <a href="/doc/showcase/sprig" style="background-image: url('/doc/showcase/sprig/1.png')">
- <div class="title">sprig</div>
+ <a href="/doc/showcase/gotraceui" style="background-image: url('/doc/showcase/gotraceui/1.png')">
+ <div class="title">gotraceui</div>
</a>
<a href="/doc/showcase/sointu" style="background-image: url('/doc/showcase/sointu/1.png')">
<div class="title">Sointu</div>