callgraph
There are 93 repositories under callgraph topic.
ondrajz/go-callvis
Visualize call graph of a Go program using Graphviz
chanhx/crabviz
Generate interactive call graphs for various languages
gousiosg/java-callgraph
Programs for producing static and dynamic (runtime) call graphs for Java programs
wala/WALA
T.J. Watson Libraries for Analysis, with front ends for Java, Android, and JavaScript, and many common static program analyses.
mike-lischke/vscode-antlr4
ANTLR4 language support for Visual Studio Code
vitsalis/PyCG
Static Python call graph generator
fzipp/pythia
Browser based user interface for the Go source code guru
koknat/callGraph
A multi-language tool which parses source code for function definitions and calls
whyboris/TypeScript-Call-Graph
CLI to generate an interactive graph of functions and calls from your TypeScript files
league1991/CodeAtlasVsix
A graph-based code navigation plugin for Visual Studio
Shopify/rotoscope
High-performance logger of Ruby method invocations
Vermeille/clang-callgraph
A tool based on clang which generates a call graph from a given C++ codebase
LexiFi/landmarks
A Simple Profiling Library for OCaml
Appdynamics/AppDynamics.DEXTER
Turn your APM data store into a Data Warehouse with advanced reporting, including entities, configuration, metrics, flowmaps, events, snapshots and call graph flame graphs
yoavst/Graffiti
Create customized callgraph directly from your favorite IDE
fergarrui/custom-bytecode-analyzer
Java bytecode analyzer customizable via JSON rules
ks888/tgo
A function tracer to boost your debugging
league1991/CodeAtlasSublime
Code relationship graph visualization plugin of sublime editor
williamfzc/srctx
A library for extracting and analyzing definition/reference graphs from your codebase. Powered by tree-sitter and LSIF/SCIP.
cbdevnet/rtl2dot
C call graph generator
finaldie/ftracer
A toolkit for tracing C/C++ program, to generate a time-line based callgraph
onlyuser/gen-callgraph
gen-callgraph is a script to generate call graph from elf binary
laindream/go-callflow-vis
A tool for analyzing and visualizing complex software architecture hierarchies
cheburakshu/Javascript-Explorer-Callgraph
Call graph based on Abstract Syntax Tree in Javascript
kuopinghsu/callgraph-gen
Generating the call graph from elf binary file
niesfisch/java-code-tracer
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)
zyqu/FlowDroid-CallGraph
Dump the call graph by the static analysis of FlowDroid
17451k/clade
Clade is a tool for extracting information about software build process and source code
phinehasz/MethodParser
use asm to parse classNode then get method invoke relations.解析获得方法调用链路
dkarv/jdcallgraph
JDCallgraph - Dynamic call graph generation for Java.
axt/jvm-callgraph
Call graph generator for JVM bytecode
clanchun/ecg
Erlang function call graph generator
zw-normal/pycallgraph
Provide a simple (but may be effective) way to draw static call diagram of Python code
ostash/perfgrind
perfgrind - tools for collecting samples from Linux performance events subsystem and converting profiling data to callgrind format, allowing it to be read with KCachegrind
meton-robean/Func-Loop-Profiler
基于PIn动态插桩框架的函数-循环嵌套关系分析工具:function-loop call graph profiler using Pin (Unofficial implementation of paper: Identifying Potential Parallelism via Loop-centric Profiling)
evdenis/spec-utils
A number of utilities for writing ACSL specifications for a Linux module.