Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itsubaki/runtime-trace
- Owner: itsubaki
- Created: 2021-06-28T09:04:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T03:41:30.000Z (over 3 years ago)
- Last Synced: 2024-06-20T00:41:47.336Z (7 months ago)
- Topics: goroutine, runtime, trace
- Language: Go
- Homepage: https://pkg.go.dev/github.com/itsubaki/runtime-trace
- Size: 289 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```