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
- Host: GitHub
- URL: https://github.com/aocenas/probe
- Owner: aocenas
- Created: 2017-05-14T19:01:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T08:20:25.000Z (over 8 years ago)
- Last Synced: 2025-02-08T20:29:53.437Z (about 1 year ago)
- Topics: electron, flamegraph, performance, profiling
- Language: JavaScript
- Homepage:
- Size: 1000 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Probe
Simple application, displaying different views of profiling data.


### 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.