Object which can profile a scope automatically. Use inside a "using" statement.
More...
|
| 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.
|
|
Object which can profile a scope automatically. Use inside a "using" statement.
◆ 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
-
name | Display name |
color | Display color |
lineNumber | Override line number. Recommended to leave blank for caller's line number. |
function | Override function name. Recommended to leave blank for caller's function name. |
sourceFile | Override 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
-
name | Display name |
color | Display color |
lineNumber | Override line number. Recommended to leave blank for caller's line number. |
function | Override function name. Recommended to leave blank for caller's function name. |
sourceFile | Override 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
-
name | Display name |
lineNumber | Override line number. Recommended to leave blank for caller's line number. |
function | Override function name. Recommended to leave blank for caller's function name. |
sourceFile | Override source file name. Recommended to leave blank for caller's source file name. |
The documentation for this class was generated from the following file:
- C:/Users/Augus/Documents/Programming/MonoGame/GalaxyGame/MugEngine/TracyWrapper/TracyWrapper/ProfileScope.cs