Skip to content

aocenas/probe

Repository files navigation

Probe

Simple application, displaying different views of profiling data.

Flame Chart Top Down

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 exists. See agent instructions for how to install and use.

Build

yarn build-all

Run

yarn electron

Create release

yarn release

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