stevehalliwell / ulox

A bytecode interpreted scripting language for games in Unity.
MIT License
24 stars 0 forks source link

Add statistics and reporting #230

Closed stevehalliwell closed 9 months ago

stevehalliwell commented 9 months ago

VmStats can now be accumulated to get a sense of which chunks and ops are running. Also changed up the format and generation of the reports so they can more easily be turned into csv or what have you.

github-actions[bot] commented 9 months ago

Coverage Status

coverage: 90.784% (+0.5%) from 90.261% when pulling 36ceaca3f63def3b7e557bb925de8fb7f6799e28 on stats-and-messages into f0720cc2ad4e1aadd08836e560be8f9727deed29 on main.