Skip to content

aocenas/probe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.