Performance profile - allfoxwy/UnitXP_SP3 GitHub Wiki
UnitXP_SP3 keeps an internal performance profile. We could see it by
/script message(UnitXP("performanceProfile","get"));
It is possible to reset performance counters
/script UnitXP("performanceProfile","reset");
add nameplate
and remove nameplate
are the performance of Proper Nameplates
.
camera translate
is the performance of camera movement.
timer callback
is Lua Timer execution performance.
CWorld_Intersect
, original RenderWorld
and oringinal camera update callback
is reflecting underlying game performance.