For the complete documentation index, see llms.txt. This page is also available as Markdown.

SumTimeSection

The SumTimeSection method can be used to time sections that may get repeated over and over. The regular TimeSection method will add a new section any time the TimeSection method is called. The SumTimeSection will combine duplicate labels, meaning it can be used inside a loop, or over the span of multiple frames. For more information on profiling with SumTimeSection, see this page.

Last updated

Was this helpful?