https://github.com/quasilyte/perf-heatmap
Create a heatmap index based on the profile.proto profile data
https://github.com/quasilyte/perf-heatmap
go golang heatmap index perf performance pprof profiles
Last synced: over 1 year ago
JSON representation
Create a heatmap index based on the profile.proto profile data
- Host: GitHub
- URL: https://github.com/quasilyte/perf-heatmap
- Owner: quasilyte
- License: mit
- Created: 2021-12-15T08:24:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T16:30:53.000Z (over 4 years ago)
- Last Synced: 2025-02-28T17:57:10.149Z (over 1 year ago)
- Topics: go, golang, heatmap, index, perf, performance, pprof, profiles
- Language: Go
- Homepage:
- Size: 397 KB
- Stars: 24
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://pkg.go.dev/github.com/quasilyte/perf-heatmap/heatmap)
[](https://goreportcard.com/report/github.com/quasilyte/perf-heatmap)

# perf-heatmap
Create a heatmap index based on the [profile.proto](https://github.com/google/pprof/blob/master/proto/profile.proto) profile data.
This library uses [google/pprof](https://github.com/google/pprof) provided libraries to parse the profiles.