All Projects → devexperts → Aprof

devexperts / Aprof

Licence: other
Java memory allocation profiler

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Aprof

Laravel Db Profiler
Database Profiler for Laravel Web and Console Applications.
Stars: ✭ 141 (-29.5%)
Mutual labels:  profiler
Hotspot
The Linux perf GUI for performance analysis.
Stars: ✭ 2,415 (+1107.5%)
Mutual labels:  profiler
Loli profiler
Memory instrumentation tool for android app&game developers.
Stars: ✭ 179 (-10.5%)
Mutual labels:  profiler
Remotery
Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer
Stars: ✭ 1,908 (+854%)
Mutual labels:  profiler
Phalcon Debugbar
A powerful debug and profilers tool for the Phalcon Framework
Stars: ✭ 159 (-20.5%)
Mutual labels:  profiler
Yii2 Debug
Debug Extension for Yii 2
Stars: ✭ 179 (-10.5%)
Mutual labels:  profiler
Orbit
C/C++ Performance Profiler
Stars: ✭ 2,291 (+1045.5%)
Mutual labels:  profiler
Coz
Coz: Causal Profiling
Stars: ✭ 2,719 (+1259.5%)
Mutual labels:  profiler
Memory Profiler
A memory profiler for Linux.
Stars: ✭ 2,422 (+1111%)
Mutual labels:  profiler
Startuptime.vim
Breakdown Vim's --startuptime output
Stars: ✭ 180 (-10%)
Mutual labels:  profiler
Web Profiler Bundle
The WebProfilerBundle provides detailed technical information about each request execution and displays it in both the web debug toolbar and the profiler.
Stars: ✭ 1,905 (+852.5%)
Mutual labels:  profiler
Memoro
Memoro: A Detailed Heap Profiler
Stars: ✭ 159 (-20.5%)
Mutual labels:  profiler
Unityheapexplorer
A Memory Profiler, Debugger and Analyzer for Unity 2019.3 and newer.
Stars: ✭ 179 (-10.5%)
Mutual labels:  profiler
Profiler Pack
A Symfony Pack for Symfony profiler
Stars: ✭ 1,745 (+772.5%)
Mutual labels:  profiler
Spf4j
Simple performance framework for java
Stars: ✭ 184 (-8%)
Mutual labels:  profiler
Timings
Source to the Aikar's Minecraft Timings Viewer
Stars: ✭ 132 (-34%)
Mutual labels:  profiler
Tracy
C++ frame profiler
Stars: ✭ 3,115 (+1457.5%)
Mutual labels:  profiler
Cloud Ops Sandbox
Cloud Operations Sandbox is an open source tool that helps practitioners to learn Service Reliability Engineering practices from Google and apply them on their cloud services using Cloud Operations suite of tools.
Stars: ✭ 191 (-4.5%)
Mutual labels:  profiler
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+1040.5%)
Mutual labels:  profiler
Nlp profiler
A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Stars: ✭ 181 (-9.5%)
Mutual labels:  profiler

Aprof - Java Memory Allocation Profiler

What is it?

The Aprof project is a Java Memory Allocation Profiler with very low performance impact on profiled application. It acts as an agent which transforms class bytecode by inserting counter increments wherever memory allocation is done.

Download

Download binaries of the latest release here:

.

Using Aprof

The profiled application should be run with additional JVM argument:

java -javaagent:aprof.jar <your-application>

To get help on configuration parameters, run

java -jar aprof.jar

Do not rename agent file "aprof.jar"!

Documentation

Documentation can be found at the project's homepage: https://code.devexperts.com/display/AProf/

How it works

See presentation on Joker Conference 2014: http://www.slideshare.net/elizarov/aprof-jocker-2014

Feedback

Feel free to submit feature requests and bug reports at [email protected]

Licensing

This software is licensed under the terms of GPL 3.0 found in the file named "LICENSE". The distribution also contains binaries from the ASM project, licensed under terms found in the file named "LICENSE.asm".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].