Coder Social home page Coder Social logo

additional view about async-profiler HOT 3 CLOSED

araud avatar araud commented on September 27, 2024
additional view

from async-profiler.

Comments (3)

apangin avatar apangin commented on September 27, 2024

Looks interesting. Any suggestions on how to make this work with async-profiler?
As far as I understand from the project wiki, the tool relies on ITT_* instrumentation in the code, but this does not seem suitable, since async-profiler already collects samples with stack traces while running unmodified application.

from async-profiler.

araud avatar araud commented on September 27, 2024

It takes writing an importer from your data into IntelSEAPI internal representation. Examples are here: https://github.com/01org/IntelSEAPI/tree/master/runtool/importers
Please contact me using one of the ways shown in my profile? I will help you to write it.

from async-profiler.

apangin avatar apangin commented on September 27, 2024

async-profiler already supports a number of output formats, including

  • collapsed stack traces format which is as simple as CSV;
  • call tree / backtrace views;
  • Java Flight Recorder (.jfr).

JFR format is rich and extensible and supports nearly all features Java profilers can give. It has been recently open sourced along with its primary consumer - Java Mission Control. I assume that further development around presentation of profiler data should be based on this format.

from async-profiler.

Related Issues (20)

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.