An open API service indexing awesome lists of open source software.

https://github.com/aocenas/probe

Simple profiling application
https://github.com/aocenas/probe

electron flamegraph performance profiling

Last synced: 11 months ago
JSON representation

Simple profiling application

Awesome Lists containing this project

README

          

# Probe
Simple application, displaying different views of profiling data.

![Flame Chart](https://raw.githubusercontent.com/aocenas/probe/master/assets/flame.png)
![Top Down](https://raw.githubusercontent.com/aocenas/probe/master/assets/top_down.png)

### Install
Download a latest release from https://github.com/aocenas/probe/releases. To get
profiling data from you need a profiling agent. At this point only
[python agent](https://github.com/aocenas/probe-agent-py) exists. See agent
instructions for how to install and use.

### Build
```bash
yarn build-all
```

### Run
```bash
yarn electron
```

### Create release
```bash
yarn release
```

A release will be created under `release//Probe.app`. At this time
only MacOS is supported.