StartPapyrusScriptProfile
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 the specified Papyrus script. Profiling information is logged to "<game>/Logs/Script/Profiling" folder.
Syntax
StartPapyrusScriptProfile <script> StartPSP <script>
Parameters
- 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.
Examples
StartPSP CWSiegeScript
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.