needle-tools / selective-profiling

Selectively deep profile single methods while your game is running in Unity's Profiler 🔬

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Mark known slow method calls

marwie opened this issue · comments

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

Implemented POC for RepaintAllViews

2021-04-11-163918