TracyWrapper
C# wrapper for the Tracy profiler
Loading...
Searching...
No Matches
TracyWrapper.ProfileScope Class Reference

Object which can profile a scope automatically. Use inside a "using" statement. More...

Inheritance diagram for TracyWrapper.ProfileScope:

Public Member Functions

 ProfileScope (string name, uint color=ZoneC.DEFAULT, [CallerLineNumber] int lineNumber=0, [CallerMemberName] string function="", [CallerFilePath] string sourceFile="")
 Create a profile scope object.
 
 ProfileScope (string name, Color color, [CallerLineNumber] int lineNumber=0, [CallerMemberName] string function="", [CallerFilePath] string sourceFile="")
 Create a profile scope object.
 
 ProfileScope (string name, [CallerLineNumber] int lineNumber=0, [CallerMemberName] string function="", [CallerFilePath] string sourceFile="")
 Create a profile scope object.
 
void Dispose ()
 Dispose of the profile scope and end the timing.
 

Detailed Description

Object which can profile a scope automatically. Use inside a "using" statement.

Constructor & Destructor Documentation

◆ ProfileScope() [1/3]

TracyWrapper.ProfileScope.ProfileScope ( string name,
uint color = ZoneC::DEFAULT,
[CallerLineNumber] int lineNumber = 0,
[CallerMemberName] string function = "",
[CallerFilePath] string sourceFile = "" )
inline

Create a profile scope object.

Parameters
nameDisplay name
colorDisplay color
lineNumberOverride line number. Recommended to leave blank for caller's line number.
functionOverride function name. Recommended to leave blank for caller's function name.
sourceFileOverride source file name. Recommended to leave blank for caller's source file name.

◆ ProfileScope() [2/3]

TracyWrapper.ProfileScope.ProfileScope ( string name,
Color color,
[CallerLineNumber] int lineNumber = 0,
[CallerMemberName] string function = "",
[CallerFilePath] string sourceFile = "" )
inline

Create a profile scope object.

Parameters
nameDisplay name
colorDisplay color
lineNumberOverride line number. Recommended to leave blank for caller's line number.
functionOverride function name. Recommended to leave blank for caller's function name.
sourceFileOverride source file name. Recommended to leave blank for caller's source file name.

◆ ProfileScope() [3/3]

TracyWrapper.ProfileScope.ProfileScope ( string name,
[CallerLineNumber] int lineNumber = 0,
[CallerMemberName] string function = "",
[CallerFilePath] string sourceFile = "" )
inline

Create a profile scope object.

Parameters
nameDisplay name
lineNumberOverride line number. Recommended to leave blank for caller's line number.
functionOverride function name. Recommended to leave blank for caller's function name.
sourceFileOverride source file name. Recommended to leave blank for caller's source file name.

The documentation for this class was generated from the following file: