#
flamegraph
Here are 81 public repositories matching this topic...
VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.
-
Updated
May 17, 2022 - Python
A flamegraph generator for Postgres EXPLAIN ANALYZE output.
-
Updated
Jan 13, 2020 - Go
A simple & straight-to-the-point PHP profiling extension with its built-in web UI
visualization
php
profiler
reverse-engineering
php-extension
data-visualization
flamegraph
tracer
performance-analysis
statistical-profiling
-
Updated
May 17, 2022 - C
-
Updated
May 16, 2022 - Rust
Performance visualisation tools
-
Updated
Feb 19, 2019 - Python
Get Method Sampling from Java Flight Recorder Dump and convert to FlameGraph compatible format.
-
Updated
Mar 21, 2022 - Java
Generate CPU FlameGraphs based on DWARF Debug Info
-
Updated
Nov 20, 2017 - Perl
thegreystone
commented
Jun 19, 2018
The flame graph library supports turning the graph upside down (icicle graph). We should support switching between icicle graphs and flame graphs, and add a nice color function (flameGraph.color([function])) for providing a spectrum of bluish colors.
This is a tool for Linux kernel ftrace and perf events visualization
visualization
performance
real-time
kernel
profiler
viewer
scheduling
linux-kernel
perf
trace
visualizer
flamegraph
performance-analysis
profiling
cpu-profiling
ftrace
flame-charts
traces
cpu-frequency
perf-events
-
Updated
Feb 7, 2022 - C++
Web frontend and REST API for Java Flight Recorder with Flamegraphs 🔥
-
Updated
Feb 11, 2022 - Java
Turn your APM data store into a Data Warehouse with advanced reporting, including entities, configuration, metrics, flowmaps, events, snapshots and call graph flame graphs
dotnet
metrics
reporting
snapshot
data-warehouse
apm
dotnet-core
flamegraph
callgraph
appdynamics
appdynamics-dexter
-
Updated
Sep 9, 2021 - C#
A Java profiler base on jvmti, with chrome flamegraph and slow method analysis. Java性能分析利器,欢迎加QQ群学习交流(837682428)
-
Updated
Feb 26, 2022 - JavaScript
Flame graph for stack trace visualization written in Angular
-
Updated
May 16, 2022 - TypeScript
D3.js plugin for rendering flame graphs. Flame graphs are useful for visualising profiling information.
-
Updated
Jul 10, 2018 - CoffeeScript
Easy CPU Profiling for Apache Spark applications
-
Updated
Aug 20, 2020 - Shell
Generate flamegraphs from Android method trace files
-
Updated
Feb 19, 2021 - Erlang
ebpf profiler for jvm
-
Updated
May 5, 2021 - C++
Intorduction to profiling C\C++ applications. Description of different tools, comparison of capabilities and examples in code.
-
Updated
Feb 18, 2018
This is a Spring Boot 2 Starter exposing the JDK Flight Recorder as a Spring Boot Actuator Endpoint.
java
spring-boot
jmc
flamegraph
container-management
java-flight-recorder
actuator
java-mission-control
jdk-mission-control
jdk-flight-recorder
-
Updated
Apr 22, 2022 - Java
Open Power Performance Analysis Tool
windows
linux
monitoring
processor
energy-monitor
perf
tracing
power
flamegraph
performance-visualization
etw
performance-analysis
monitor-performance
performance-monitoring
processor-counter-monitor
cpu-monitoring
tracing-binaries
trace-cmd
xperf
perf-events
-
Updated
Jan 27, 2022 - C++
Dynamic Flame Graph Visualizations from raw data in your browser
-
Updated
Mar 28, 2022 - JavaScript
This is a tool to recover deep stacks whose root are lost, so that they can align with each other again in FlameGraphs.
-
Updated
Apr 22, 2022 - Go
EasyView is an extension atop vscode. EasyView can show multiple interactive views for the profiling data collected by many mainstream profilers. It is tightly integrated into vscode for source code exploration.
-
Updated
Mar 8, 2022
Improve this page
Add a description, image, and links to the flamegraph topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flamegraph topic, visit your repo's landing page and select "manage topics."
In jlfwong/speedscope#188, I introduced
TextDecoder
as a way of avoiding performance issues with building up a huge string slowly. There are ways to make the fallback path faster and use less memory as well:From @evanw: