Open-Turing-Project / OpenTuring

An open source version of the Windows Turing interpreter. Features speed improvements and new features.
http://tristan.hume.ca/openturing
Other
72 stars 41 forks source link

Profiling API #4

Open trishume opened 12 years ago

trishume commented 12 years ago

An API for profiling turing code.

Can be very simple. Just returns an array of ms per line.

Can use hasmap.c maps to store data. Actual profiling would be in edrun.c but API would be in MIO.