Netflix / flamescope

FlameScope is a visualization tool for exploring different time ranges as Flame Graphs.
Apache License 2.0
3k stars 168 forks source link

Bug fix: populate heatmap offset cache #142

Closed Minusome closed 2 years ago

Minusome commented 2 years ago

Populates offsets_cache and offsets_mtimes as originially intended.

Before this patch returning from the flamegraph view to the heatmap view would require recomputing offsets meaning the page would take N seconds to load for a large profile.

After this patch loading the heatmap view is instant after the initial load.

Closes #141

brendangregg commented 2 years ago

Thanks!