StartPapyrusFormProfile
Revision as of 13:31, 11 November 2011 by imported>Scornett-Bot (Script running global find and replace: Category:Console Commands for Category:Console Functions)
Starts profiling all Papyrus scripts on the specified form. Profiling information is logged to "<game>/Logs/Script/Profiling" folder.
Syntax
StartPapyrusFormProfile <form> StartPFP <form>
Parameters
- Form: The form to start profiling. All Papyrus scripts on that form are profiled.
Examples
StartPFP CWSiege
Notes
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.