Code Monkey home page Code Monkey logo

flame-graph-3d's Introduction

About The Project

Flamegraphs are standard profiling tools in both industry and academia used to visualize large amounts of performance data. Existing flamegraphs are two dimensional, which limits them to showing one metric at once. This project, EasyFlame, is a performance analysis framework based on 3D flamegraphs. EasyFlame extends existing approaches through its inclusion of an extra dimension that shows how a metric changing across time.

Using without download

1: Visit https://www.xperflab.org/web/

2: nagivate to '3D View' and then 'Example 3D view'

3: Application will open. Open collapsable open panels to utilize multimetric analysis features.

Note: Due to cookie cache, visiting in an incognito browser will ensure the latest update is loaded.

Installation and build

Build instructions: (run these commands)

  1. clone repo and enter the 'rustBuild' folder
  2. rustup install 1.30.0
  3. cargo install --locked trunk
  4. trunk serve --release
  5. navigate to http://127.0.0.1:8080/web in an incognito browser window

Contributing

Contributions are what make the open source community such an amazing place. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Project archecture

main - used to coordinate build options
    app - interactable application
        app_widgets - widgets used in the interface
        app_pages - use widgets to build the pages in the app
        cube_painter - WebGL interface for painting cubes
        data - processed data into verticies
        tree - input file into processed data
        ui_helper - ui functions for interactivity
    shaders - simple triangle shaders for rendering the cubes

Roadmap

    show and copy text from inspector view 
    toggle to display all text for nodes in inspector 
    drag and drop files to load data
    generate and display stacktrace upon selecting a node
    option to color stacktraces hue based on thier overall trend tword a metric
    seperate flamegraphs more and add a slider to traverse between them
    on high division splits, cap divisions at ~10 pixels wide and add a scroll bar on the overveiw

License

TBD

Contact

Alex Boots - [email protected]

(back to top)

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.