Pprof visualizer is a fork of (to be completed) aimed at providing a web interface for loading and visualize pprof reports.
- [WIP] PProf reports as Tree: Easily upload pprof reports and visualize them in a user friendly web interface
- [WIP] Compare Pprof reports: Upload two pprof reports and highlight difference
- Go (1.21.4)
- Docker for linting
- Make
- Clone the repository
git clone https://github.com/artemys/pprof-visualizer.git
- Install dependencies
make deps
- Environment setup
- Create a
.env
based on.env.example
- Run the project
make run
4.1 Run on IDEA
Configuration > Run king > Package
Configuration > Package path : github.com/artemys/pprof-visualizer
Configuration > Program arguments: api
EnvFile > .env
To clean the project, use:
make clean