StopPapyrusScriptProfile

Stops profiling the specified Papyrus script. Profiling information is logged to "<game>/Logs/Script/Profiling" folder.

SyntaxEdit

StopPapyrusScriptProfile <script>
StopPSP <script>

ParametersEdit

  • Script: The name of the script to stop profiling. Child and parent scripts aren't profiled - you'll have to stop profiling for them separately.

ExamplesEdit

StopPSP CWSiegeScript

NotesEdit

Profiling must be turned on or the command will fail. To turn profiling on, set "bEnableProfiling" in the "[Papyrus]" section of your ini file to 1.

See AlsoEdit

Papyrus VersionEdit

StopScriptProfiling - Debug