Hacker News
- AI Flame Graphs https://www.brendangregg.com/blog/2024-10-29/ai-flame-graphs.html 89 comments
- Flame Graphs: Making the opaque obvious (2017) https://tech.popdata.org/Flame-Graphs-Performance-Tuning-Made-Easy/ 57 comments
- On the Algebraic Properties of Flame Graphs https://arxiv.org/abs/2301.08941 11 comments
- Where has my disk space gone? Flame graphs for file systems http://www.brendangregg.com/blog/2017-02-05/file-system-flame-graph.html 144 comments
- Generating Java Mixed-Mode Flame Graphs http://blog.jerometerry.com/2016/12/generating-java-mixed-mode-flame-graphs.html?m=1 3 comments
- Saving 13M Computational Minutes per Day with Flame Graphs http://techblog.netflix.com/2016/04/saving-13-million-computational-minutes.html 21 comments
- Linux EBPF Off-CPU Flame Graph http://www.brendangregg.com/blog/2016-01-20/ebpf-offcpu-flame-graph.html 2 comments
- Java mixed-mode flame graphs http://techblog.netflix.com/2015/07/java-in-flames.html 2 comments
- Transaction Tracing for Node.js with Trace Sequences, Waterfalls, Flame Graph https://strongloop.com/strongblog/transaction-tracing-node-js-root-cause/ 3 comments
- Linux Perf_events Off-CPU Time Flame Graph http://www.brendangregg.com/blog/2015-02-26/linux-perf-off-cpu-flame-graph.html 7 comments
- Node.js in Flame Graphs http://techblog.netflix.com/2014/11/nodejs-in-flames.html 240 comments
- Linux kernel performance: Flame Graphs http://dtrace.org/blogs/brendan/2012/03/17/linux-kernel-performance-flame-graphs/ 4 comments
Lobsters
- Flame graphs can hide small overheads with big overall impact https://ankush.dev/p/flamegraph-missing-forest-for-trees 15 comments performance
- On the Algebraic Properties of Flame Graphs https://arxiv.org/abs/2301.08941 2 comments compsci , math , performance
- Where has my disk space gone? Flame graphs for file systems http://www.brendangregg.com/blog/2017-02-05/file-system-flame-graph.html 4 comments debugging
- react-flame-graph: react component for visualizing profiling data https://react-flame-graph.now.sh/ 4 comments reactjs
- Client-Side Rendering in Flame Graphs https://www.developerway.com/posts/client-side-rendering-flame-graph 3 comments reactjs
- Good example of using flame graphs to speed up java code (50x improvement) https://opensearch.org/blog/opensource-perf/ 19 comments java
- React VDOM vs Preact Signal Performance flame graph https://preactjs.com/assets/signals/virtual-dom-vs-signals-update.png 51 comments reactjs
- Live flame graph rendering in the terminal https://github.com/P403n1x87/austin-tui 2 comments python
- Flame Graph from Java thread dump https://blog.fastthread.io/2020/06/23/flame-graph-from-java-thread-dump/ 3 comments java
- Always-on production Flame Graphs for Java - now with thread grouping https://www.opsian.com/blog/always-on-production-flame-graphs/ 3 comments java
- Where has my disk space gone? Flame graphs for file systems http://www.brendangregg.com/blog/2017-02-05/file-system-flame-graph.html 10 comments linux
- Flame Graphs of Java Warmup http://www.brendangregg.com/blog/2016-09-28/java-warmup.html 5 comments programming
- track down performance with gumshoe: flame graphs, root graphs showing %cpu, network or file I/O (opensource) http://github.com/dcm-oss/gumshoe 3 comments java
- Does anyone have any idea what the tall tower on the left side of this flame graph represents? (60+ nested calls culminating in je_sdallocx) http://crust.cs.mcgill.ca/rust_benchmark.svg 13 comments rust
- Java Mixed-Mode Flame Graphs at Netflix (-XX:+PreserveFramePointer) http://techblog.netflix.com/2015/07/java-in-flames.html 3 comments java
- uber/go-torch - flame graph profiler for Go https://github.com/uber/go-torch 10 comments golang
- CSGO Flame Graph on radeonsi http://imgh.us/csgo.svg 4 comments linux_gaming
- graph of Windows vs. Linux ease of use over time, in response to a flame from a Windows advocate [image] http://www.the-austins.com/datapundits/userfreindliness.gif 3 comments reddit.com
- cargo-flamegraph: generate flame graphs directly through cargo https://github.com/ferrous-systems/cargo-flamegraph 23 comments rust
- Flame graphs for GHC time profiles with ghc-prof-flamegraph https://www.fpcomplete.com/blog/2015/04/ghc-prof-flamegraph 11 comments haskell