https://github.com/simonswine/demo-pprof
Demo Pprof
https://github.com/simonswine/demo-pprof
Last synced: 3 months ago
JSON representation
Demo Pprof
- Host: GitHub
- URL: https://github.com/simonswine/demo-pprof
- Owner: simonswine
- License: apache-2.0
- Created: 2023-02-02T09:00:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T09:02:55.000Z (over 2 years ago)
- Last Synced: 2025-03-15T16:48:48.771Z (3 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo Pprof
This repository contains a simple pprof demo that should help explaining how different visualization for profiling works.

## Try it yourself:
* On your local machine:
```
$ pprof -http :6060 https://raw.githubusercontent.com/simonswine/demo-pprof/main/cpu.pb.gz
```* On [pprof.me](https://pprof.me/b9d077f/)