dylan-hackers / mindy

Mindy - minimal compiler-interpreter for Dylan
Other
21 stars 9 forks source link

Improve trace data collection #58

Open waywardmonkeys opened 8 years ago

waywardmonkeys commented 8 years ago

Right now, trace output is just text-based.

We should be able to record this in a better way and then integrate with Google's Trace Viewer (like what is used in DevTools).

waywardmonkeys commented 8 years ago

This should expose an API for Dylan code to use to annotate traces, etc.