TracyWrapper
C# wrapper for the Tracy profiler
|
This is the complete list of members for TracyWrapper.Profiler, including all inherited members.
HeartBeat(string name="Frame") | TracyWrapper.Profiler | inlinestatic |
InitThread(string? threadName=null) | TracyWrapper.Profiler | inlinestatic |
PopProfileZone() | TracyWrapper.Profiler | inlinestatic |
PushProfileZone(string name, uint color=ZoneC.DEFAULT, [CallerLineNumber] int lineNumber=0, [CallerMemberName] string function="", [CallerFilePath] string sourceFile="") | TracyWrapper.Profiler | inlinestatic |
PushProfileZone(string name, Color color, [CallerLineNumber] int lineNumber=0, [CallerMemberName] string function="", [CallerFilePath] string sourceFile="") | TracyWrapper.Profiler | inlinestatic |
SetEnabled(bool enabled) | TracyWrapper.Profiler | inlinestatic |