vrchat-community / UdonSharp

A compiler for compiling C# to Udon assembly
https://udonsharp.docs.vrchat.com
MIT License
461 stars 50 forks source link

Allow us to use methods from Profiler #149

Open Happyrobot33 opened 8 months ago

Happyrobot33 commented 8 months ago

Feature Description: Find a way to give us access to things like Profiler.BeginSample() and Profiler.EndSample()

Additional context: This would make it easier to debug which specific parts of our udon code are super slow