TogglePapyrusGlobalProfiler

Revision as of 11:23, 20 February 2015 by imported>Plplecuyer (Created page with "Toggles global Papyrus profiling on or off. Profiling information is logged to "<game>/Logs/Script/Profiling" folder. ==Syntax== TogglePapyrusGlobalProfiler TPGP ==Parameters...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Toggles global Papyrus profiling on or off. Profiling information is logged to "<game>/Logs/Script/Profiling" folder.

SyntaxEdit

TogglePapyrusGlobalProfiler
TPGP

ParametersEdit

None

ExamplesEdit

TPGP

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