This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

Difference between revisions of "StartStackProfiling - Debug"

Jump to navigation Jump to search
164 bytes added ,  14:51, 22 February 2024
→‎Notes: Added note concerning a visualizer
imported>JLundin
(→‎Notes: Added note concerning a visualizer)
 
Line 26: Line 26:
== Notes ==
== Notes ==
Profiling requires the "bEnableProfiling" flag in the "[Papyrus]" section of the ini file to be set to 1. Consoles will never profile in release final builds. If you start profiling in a function that is called multiple times in the same stack and stop profiling at the end of the function, only the most recent calls are saved to disk as the logs will continue to cycle.
Profiling requires the "bEnableProfiling" flag in the "[Papyrus]" section of the ini file to be set to 1. Consoles will never profile in release final builds. If you start profiling in a function that is called multiple times in the same stack and stop profiling at the end of the function, only the most recent calls are saved to disk as the logs will continue to cycle.
The flamegraph visualizer [https://www.speedscope.app/ speedscope] supports all kinds of profiles that Skyrim produces, including those produced by this function.


== See Also ==
== See Also ==
*[[Debug Script]]
*[[Debug Script]]
*[[StopStackProfiling - Debug]]
*[[StopStackProfiling - Debug]]
40

edits

Navigation menu