Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsubaki/runtime-trace

runtime/trace example
https://github.com/itsubaki/runtime-trace

goroutine runtime trace

Last synced: about 1 month ago
JSON representation

runtime/trace example

Awesome Lists containing this project

README

        

# runtime-trace

`runtime/trace` example

```sh
$ brew install graphviz
```

```sh
$ go run main.go
$ go tool trace trace.out
2021/06/28 18:35:01 Parsing trace...
2021/06/28 18:35:01 Splitting trace...
2021/06/28 18:35:01 Opening browser. Trace viewer is listening on http://127.0.0.1:56708
```