needle-tools / selective-profiling

Selectively deep profile single methods while your game is running in Unity's Profiler 🔬
135 stars 11 forks source link

[Feature] Mark known slow method calls #14

Open marwie opened 3 years ago

marwie commented 3 years ago

e.g. calls to RepaintAllViews should be highlighted as a known expensive method call in profiler

marwie commented 3 years ago

Implemented POC for RepaintAllViews

2021-04-11-163918