Coz: Causal Profiling
Go to file
Emery Berger 4b036c7bc5 Merge pull request #79 from jvilk/gh-pages
Toggleable progress points, scaled graphs, completely local dependencies, and conversion to TypeScript
2016-10-11 13:20: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 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
profile.js.map 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
profile.ts 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
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 Make libraries local, fix sample profiles, remove generated sample profile JavaScript. 2016-10-10 20:11:02 -04:00
ui.js.map Make libraries local, fix sample profiles, remove generated sample profile JavaScript. 2016-10-10 20:11:02 -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/