# Unit Stats Stop
Flags —
Native|Action|Restricted
Stops Unit Stats performance logging.
Returns — void
native void UnitStatsStop();
# Related
Category: Debug / Performance Testing
- Wait For Profiler Logging To End —
void— WaitForProfilerLoggingToEnd - Profile Run Start —
void— StartProfileRun - Profile Run Stop —
void— StopProfileRun - Performance Test Start —
void— PerfTestStart - Performance Test Stop —
void— PerfTestStop - Performance Test Get FPS —
void— PerfTestGetFPS - Unit Stats Start —
void— UnitStatsStart - Unit Stats Stop —
void— UnitStatsStop
# Examples
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:118
// Automatic Variable Declarations
// Implementation
UnitStatsStop();
PerfTestStop();
TriggerDebugOutput(1, StringExternal("Param/Value/lib_Sprt_EBB0E5D4"), true);