StartPapyrusScriptProfile
Starts profiling the specified Papyrus script. Profiling information is logged to "<game>/Logs/Script/Profiling" folder.
SyntaxEdit
StartPapyrusScriptProfile <script> StartPSP <script>
ParametersEdit
- Script: The name of the script to start profiling. Child and parent scripts aren't profiled - you'll have to start profiling for them separately.
ExamplesEdit
StartPSP 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.