Background for Skyrim SE
Member of the Debug script
voidfunctionStartStackProfiling()NativeGlobal

[DEV SERVER] Loading description...


Caveats

CK Wiki - 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.

The flamegraph visualizer speedscope supports all kinds of profiles that Skyrim produces, including those produced by this function.


Examples

; Starts profiling this current stack
Debug.StartStackProfiling()
; Lots of slow script here

Auto-Generated Example

Debug.StartStackProfiling()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.