Coz: Causal Profiling
Go to file
2016-10-21 13:13:07 -04:00
lib Make libraries local, fix sample profiles, remove generated sample profile JavaScript. 2016-10-10 20:11:02 -04:00
profiles Make libraries local, fix sample profiles, remove generated sample profile JavaScript. 2016-10-10 20:11:02 -04:00
.gitignore Conversion to TypeScript, ability to toggle progress points, scale axis to min/max speedup values, ignore smoothing errors when too few data points. 2016-10-06 11:44:49 -04:00
index.htm Make libraries local, fix sample profiles, remove generated sample profile JavaScript. 2016-10-10 20:11:02 -04:00
package.json Conversion to TypeScript, ability to toggle progress points, scale axis to min/max speedup values, ignore smoothing errors when too few data points. 2016-10-06 11:44:49 -04:00
plot.css messy merge 2015-07-02 13:47:23 -04:00
profile.js Fix latency progress points. 2016-10-21 13:13:07 -04:00
profile.js.map Fix latency progress points. 2016-10-21 13:13:07 -04:00
profile.ts Fix latency progress points. 2016-10-21 13:13:07 -04:00
README.md Conversion to TypeScript, ability to toggle progress points, scale axis to min/max speedup values, ignore smoothing errors when too few data points. 2016-10-06 11:44:49 -04:00
tsconfig.json Conversion to TypeScript, ability to toggle progress points, scale axis to min/max speedup values, ignore smoothing errors when too few data points. 2016-10-06 11:44:49 -04:00
ui.css messy merge 2015-07-02 13:47:23 -04:00
ui.js Fix latency progress points. 2016-10-21 13:13:07 -04:00
ui.js.map Fix latency progress points. 2016-10-21 13:13:07 -04:00
ui.ts Make libraries local, fix sample profiles, remove generated sample profile JavaScript. 2016-10-10 20:11:02 -04:00

Causal Profile Viewer

Prerequisites for building:

  • Install NodeJS.

To build, run npm install.

To use, simply run an HTTP server from the directory. For example:

  1. Install http-server: npm i -g http-server
  2. Run http-server in this directory
  3. Open a browser to http://localhost:8080/