Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Flamegraph - Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3

  • Share this:
A Rust-powered flamegraph generator with additional support for Cargo projects! It can be used to profile anything, not just Rust projects.

Flamegraphs are used to visualize where time is being spent in your program. Many times per second, the threads in a program are interrupted and the current location in your code (based on the thread's instruction pointer) is recorded, along with the chain of functions that were called to get there. This is called stack sampling. These samples are then processed and stacks that share common functions are added together. Then an SVG is generated showing the call stacks that were measured, widened to the proportion of all stack samples that contained them.
https://github.com/flamegraph-rs/flamegraph
License:
Tech: