dylan-hackers / mindy

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

Add profiling support #59

Open waywardmonkeys opened 8 years ago

waywardmonkeys commented 8 years ago

Add support for collecting profile data. This can be visualized with Google's Trace Viewer.

This should expose an in-Dylan API as well.

See also #58.