https://github.com/mlctrez/gflamescope
This is a go powered version of Netflix flamescope
https://github.com/mlctrez/gflamescope
flamescope golang pprof
Last synced: 5 months ago
JSON representation
This is a go powered version of Netflix flamescope
- Host: GitHub
- URL: https://github.com/mlctrez/gflamescope
- Owner: mlctrez
- License: apache-2.0
- Created: 2018-06-03T02:44:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T03:34:38.000Z (about 8 years ago)
- Last Synced: 2025-10-17T22:51:43.140Z (9 months ago)
- Topics: flamescope, golang, pprof
- Language: Go
- Homepage:
- Size: 762 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gflamescope
[](https://goreportcard.com/report/github.com/mlctrez/gflamescope)
This is a go powered version of [Netflix/flamescope](https://github.com/Netflix/flamescope)
## Summary
This project uses the ui components from Netflix/flamescope and replaces the python parts
with a version written in go.
## Building
See `build.sh` for how this is assembled. The binary is self contained in that you don't need to
have the static html/css/js files in a directory when starting the server. Just copy the built
binary and execute it to get the flamescope server running on :8080.
This project is built using vgo. Replacing vgo with go in the build.sh should be enough if you don't
like that.
## Usage
```text
Usage of gflamescope:
-root string
directory (and sub directories) where perf files are located (default "examples")
```