92 results for “topic:callgraph”
Visualize call graph of a Go program using Graphviz
Generate interactive call graphs for various languages
Programs for producing static and dynamic (runtime) call graphs for Java programs
T.J. Watson Libraries for Analysis, with front ends for Java, Android, and JavaScript, and many common static program analyses.
ANTLR4 language support for Visual Studio Code
Static Python call graph generator
Browser based user interface for the Go source code guru
A multi-language tool which parses source code for function definitions and calls
CLI to generate an interactive graph of functions and calls from your TypeScript files
A graph-based code navigation plugin for Visual Studio
High-performance logger of Ruby method invocations
A tool based on clang which generates a call graph from a given C++ codebase
A Simple Profiling Library for OCaml
Turn your APM data store into a Data Warehouse with advanced reporting, including entities, configuration, metrics, flowmaps, events, snapshots and call graph flame graphs
Create customized callgraph directly from your favorite IDE
Java bytecode analyzer customizable via JSON rules
A function tracer to boost your debugging
Code relationship graph visualization plugin of sublime editor
A library for extracting and analyzing definition/reference graphs from your codebase. Powered by tree-sitter and LSIF/SCIP.
C call graph generator
A toolkit for tracing C/C++ program, to generate a time-line based callgraph
gen-callgraph is a script to generate call graph from elf binary
A tool for analyzing and visualizing complex software architecture hierarchies
Call graph based on Abstract Syntax Tree in Javascript
Generating the call graph from elf binary file
JCT is a call graph generator that works via byte code instrumentation. it records the flow through your application to gather call statistics. It helps to analyze which code is still used in production and which code can be removed (e.g. for big monolithic legacy applications)
Dump the call graph by the static analysis of FlowDroid
use asm to parse classNode then get method invoke relations.解析获得方法调用链路
Clade is a tool for extracting information about software build process and source code
JDCallgraph - Dynamic call graph generation for Java.