Skip to content

Tracy

The Tracy namespace provides simple profiling markers for tracing execution in scripts.


Functions

ZoneBegin(name: string)void

Begins a new zone for Tracy performance profiling.

  • namestring - The name of the zone.

ZoneEnd()void

Ends the current zone for Tracy performance profiling.


Message(message: string)void

Sends a message to the Tracy profiler.

  • messagestring - The message to send.