Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 750 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 750 Bytes

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.