Git Product home page Git Product logo

seeprofiler's Introduction

See++ Compiler Profiler Export App

Visual C/C++ Profiler for Clang 9 or higher. Using the flag -ftime-trace (see Clang 9 release notes) Clang will create a time report (.json) next to the generated .obj file. Within See++ Compiler Profiler multiple reports can be aggregated in one single view, giving valuable information at a project scale.

It will help identify and track how includes, templates, function instantiations, etc. perform inside the compiler, being able to pinpoint the most expensive ones (or anything of particular interest, really).

Get Latest Windows

Get Latest Linux (Not tested)

Get Latest MacOS (Not tested)

Usage

Drag or open the folders and files to be inspected. All the files will be parsed (this can take some time if the project is really big) and the overview window will show up with a full recap for all translation units found.

Overview screenshot

The graphs on top can be used to switch between the different categories in order to visualize more specific data.

Any row can be double-clicked to visualize the actual timeline for the given translation unit or for the translation unit that contains the worst offender (for source, class, function...).

Timeline screenshot

(use Ctrl+MouseWheel for zoom in/out)

How to build the project

First of all node.js needs to be installed.

Make sure the commands are run inside the SeeProfiler subfolder:

cd SeeProfiler

Install the project dependencies:

npm install

Run the application:

npm start

Alternatively the App can be launched within Visual Studio Code.

Creating a package

To export the project as a standalone application:

npm run export

External Libraries

  • See++ Compiler Profiler is based on Electron.

seeprofiler's People

Contributors

viladoman avatar

Watchers

 avatar

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.