- Found in:
- Vanilla
Description
Wiki Description
Stops profiling a single Papyrus stack.
Documentation Comment
Stop profiling the calling stack - setting doesn't persist across saves
Will do nothing on release console builds, and if the Papyrus:bEnableProfiling ini setting is off
Caveats
CK Wiki - Notes
- Profiling requires the "bEnableProfiling" flag in the "[Papyrus]" section of the ini file to be set to 1.
- The profile files are stored in "<documents>/My Games/Fallout4/Logs/Script/Profiling".
- This will also cycle the older profiling logs (so log 0 becomes 1, 1 becomes 2, etc).
- If the stack is not currently profiled nothing will change.
Examples
; Lots of slow script here
; Stops profiling this current stack
Debug.StopStackProfiling()Auto-Generated Example
Debug.StopStackProfiling()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
