StopPapyrusFormProfile
Stops profiling all Papyrus scripts on the specified form. Profiling information is logged to "<game>/Logs/Script/Profiling" folder.
SyntaxEdit
StopPapyrusFormProfile <form> StopPFP <form>
ParametersEdit
- Form: The form to stop profiling. All Papyrus scripts on that form are profiled.
ExamplesEdit
StopPFP CWSiege
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.