stevehalliwell / ulox

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

Project for Visual Studio cpu and mem analysis #175

Closed stevehalliwell closed 1 year ago

stevehalliwell commented 1 year ago

Without adding some kind of instrumented profiler, the vs cpu profiler is a sampling profiler that requires us to run for a longer period.

Requires a new long running project setup that can easily run sample scripts repeatedly/endlessly.