diff options
| author | Alasdair Armstrong | 2017-10-31 17:32:33 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-10-31 17:32:33 +0000 |
| commit | e8de662b4d8d5e4bcc7368277d8607f9a8bc3405 (patch) | |
| tree | f28380e9ef17f317da223fa535d52078edb49655 /src/trace_viewer/README | |
| parent | a82fcc52ee1145f61698ea7e71141ebd76ff04d2 (diff) | |
Added trace viewer application for traces produced by sail -ocaml_trace
See README file for how to set up and use
Diffstat (limited to 'src/trace_viewer/README')
| -rw-r--r-- | src/trace_viewer/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/trace_viewer/README b/src/trace_viewer/README new file mode 100644 index 00000000..547a1435 --- /dev/null +++ b/src/trace_viewer/README @@ -0,0 +1,11 @@ + +To use, first make sure node.js and npm are installed (e.g. via the +Ubuntu package manager), then run the following in this directory: + +> npm install + +> npm run tsc + +> ./node_modules/.bin/electron . + +and point the file selector at a trace produced by sail -ocaml_trace
\ No newline at end of file |
