niesfisch / java-code-tracerLinks
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)
☆22Updated 2 years ago
Alternatives and similar repositories for java-code-tracer
Users that are interested in java-code-tracer are comparing it to the libraries listed below
Sorting:
- View code dependencies in a Java project☆36Updated 3 years ago
- Call graph analyzer for Java☆42Updated 4 years ago
- Call graph generator for JVM bytecode☆18Updated 8 years ago
- Using JavaParser (https://github.com/JavaParser/JavaParser), browse and navigate the Abstract Syntax Tree (AST) based on the code in your…☆51Updated last month
- A small library for performance evaluation of Java code. 这是一个用来对Java代码做性能评估的工具库。☆13Updated 3 years ago
- Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.☆34Updated this week
- Java dynamic debug tool☆104Updated last year
- An extensible java agent framework that instruments (modifies the bytecode at class loading time) programs running on the JVM, with the p…☆48Updated 5 years ago
- 基于JavaParser的代码调用链分析,可以用于分析Java代码的方法调用链,进行代码质量管理、监控。欢迎Fork、Star☆18Updated 4 years ago
- Some examples of code extracting information from Java source files using JavaParser☆101Updated 4 years ago
- analysis java dependence and store in neo4j☆18Updated 6 years ago
- Trace是一个单体架构的监控追踪系统。用于收集单体架构系统中的信息数据,例如在一次请求中花费的时间、请求执行的方法调用链、以及操作是否出现异常和异常的详细信息等。☆22Updated 3 years ago
- Java Byte Code Editor☆21Updated 3 years ago
- This library contains a set of parsers that parse the output of the maven command "mvn dependency:tree", and a set of utilities to create…