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

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

Awesome Lists containing this project

README

          

![logo](_docs/logo_small.png)

![Build Status](https://github.com/quasilyte/perf-heatmap/workflows/Go/badge.svg)
[![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/quasilyte/perf-heatmap/heatmap)](https://pkg.go.dev/github.com/quasilyte/perf-heatmap/heatmap)
[![Go Report Card](https://goreportcard.com/badge/github.com/quasilyte/perf-heatmap)](https://goreportcard.com/report/github.com/quasilyte/perf-heatmap)
![Code Coverage](https://codecov.io/gh/quasilyte/perf-heatmap/branch/master/graph/badge.svg)

# 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.