uftrace
Function tracer
A tool that records and visualizes function calls in C/C++/Rust/Python programs, allowing users to analyze and understand program execution flow.
Function graph tracer for C/C++/Rust/Python
3k stars
89 watching
479 forks
Language: C
last commit: about 1 month ago
Linked from 1 awesome list
functiontracetracertracing
Related projects:
Repository | Description | Stars |
---|---|---|
bpftrace/bpftrace | A tool for creating high-level tracing scripts for Linux systems | 8,747 |
tokio-rs/tracing | A framework for collecting structured diagnostic information from Rust programs | 5,569 |
khamidou/lptrace | A tool that allows real-time tracing of any Python program's function calls. | 699 |
invictus1306/functrace | Analyzes a binary file's dynamic instrumentation to extract function information and apply modifications at runtime | 90 |
brendangregg/flamegraph | A tool for visualizing and analyzing CPU usage patterns in code. | 17,532 |
rostedt/trace-cmd | Utilities for analyzing and visualizing Linux kernel execution traces. | 274 |
brendangregg/perf-tools | A collection of in-development performance analysis tools for Linux ftrace and perf_events. | 9,935 |
coderaiser/estrace | A tool for tracing and analyzing function calls in JavaScript code at runtime | 13 |
brendankenny/call-trace | A tool to record and visualize call graphs and execution times of JavaScript functions. | 36 |
agermanidis/livepython | A desktop application that visually traces the execution of Python code in real-time. | 2,556 |
riga/tfdeploy | Deploying TensorFlow graphs for efficient evaluation in non-TensorFlow environments | 353 |
janestreet/magic-trace | A tool that collects and displays high-resolution traces of what a process is doing at any point in time | 4,730 |
chuan-yun/molten | Tools and framework for building distributed tracing infrastructures in PHP applications | 793 |
lamelizard/graphwavefunctioncollapse | This package uses graph patterns to color graphs based on an initial input graph | 58 |
rerun-io/rerun | Time-aware multimodal data visualization and logging library for robotics and related fields | 7,204 |