aprof
Memory Profiler
A Java agent that inserts memory allocation counters into class bytecode to profile memory allocation
Java memory allocation profiler
220 stars
24 watching
39 forks
Language: Java
last commit: about 1 year ago
Linked from 1 awesome list
allocation-profilingjava-agentprofiler
Related projects:
Repository | Description | Stars |
---|---|---|
jbellis/jamm | An agent that measures actual object memory use in Java applications | 686 |
patric-r/jvmtop | A lightweight console application for monitoring and profiling Java processes. | 1,229 |
coderplay/perfj | A wrapper that enables profiling of Java programs using Linux perf's system profiler capabilities | 352 |
maniacbug/memoryfree | An Arduino library that provides memory usage statistics and estimation for efficient program optimization. | 63 |
gperfutils/gprof | A Java profiling tool that analyzes program execution time and provides detailed performance reports. | 33 |
samsaffron/memory_profiler | A memory profiler for Ruby applications. | 1,716 |
perfectcarl/play-profiler | A tool for measuring and visualizing performance in Java-based web applications | 5 |
kd8bny/limeaide | Automates the process of remotely dumping RAM and creating volatility profiles on Linux clients. | 161 |
jvm-profiling-tools/honest-profiler | A profiler designed to accurately capture CPU usage without introducing bias into the JVM's sampling mechanism | 1,251 |
codemancers/rbkit | A Ruby profiling tool with a GUI that profiles Ruby processes and sends data to a client for analysis. | 357 |
parca-dev/parca-agent | A tool for real-time profiling of running processes without modifying their source code or restarting them. | 563 |
samsaffron/allocator_bench | A benchmarking tool for evaluating the performance of various memory allocation algorithms in different languages and configurations | 52 |
aartaka/trivial-time | A utility for measuring execution time and profiling in Common Lisp code | 5 |
jonasmr/microprofile | A profiling tool for C++ applications | 1,472 |
google/allocation-instrumenter | An agent that rewrites bytecode to track memory allocation in Java programs | 483 |