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

https://github.com/simonswine/demo-pprof

Demo Pprof
https://github.com/simonswine/demo-pprof

Last synced: 3 months ago
JSON representation

Demo Pprof

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.

![Demo Pprof as Flamegraph](assets/flamegraph.png)

## 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/)