Giter Site home page Giter Site logo

java-allocation-instrumenter about aprof HOT 4 CLOSED

devexperts avatar devexperts commented on August 16, 2024
java-allocation-instrumenter

from aprof.

Comments (4)

elizarov avatar elizarov commented on August 16, 2024

They are completely different and solve different problems. Java allocation instrumenter is a library that let's you attach your own code to object allocations. Aprof, on the other hand, is a pure-java profiler that is used without any changes in the target code. It gathers detailed allocation statistics (which includes classes and where they are allocated from) with minimal runtime overhead and prints nicely formatted reports.

from aprof.

fommil avatar fommil commented on August 16, 2024

That's not entirely true of the Google project. I'm writing something similar to aprof - primarily targeting Scala - and by using the google agent it means my codebase is dramatically reduced.

I'm confused why you've re-implemented all the ASM - your approach is identical to theirs - so I am interested to know what extra value your codebase has over theirs.

from aprof.

tsitelov avatar tsitelov commented on August 16, 2024

The key difference is that "instrumenter" provides generalized facility to attach custom code, but aprof is a ready-to-use profiler with various useful features.

from aprof.

fommil avatar fommil commented on August 16, 2024

yes, I understand that... what I don't understand is why you re-wrote the layer that does the instrumentation. Do you feel there is something wrong with the way that the google project are doing it?

from aprof.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.