Background for Skyrim SE
Member of the Form script
voidfunctionStartObjectProfiling()Native

[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.

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


Examples

; Starts profiling the slow object
SlowObject.StartObjectProfiling()

Auto-Generated Example

myForm__toCallFunctionOn.StartObjectProfiling()

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.