grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.98k stars 599 forks source link

Handle zero references when merging #3217

Closed simonswine closed 5 months ago

simonswine commented 5 months ago

This fixes a bug in handling 0 references to mappings, locations and functions.

See also #3203