Function to begin or resume timing for a specified category.
| Parameter | Type | Description |
|---|---|---|
| category | String | Category name. |
Example usage:
Mojo.Timing.resetSceneTiming(this.window);
Mojo.Timing.resume('scene#total');
Function to begin or resume timing for a specified category.
| Parameter | Type | Description |
|---|---|---|
| category | String | Category name. |
Example usage:
Mojo.Timing.resetSceneTiming(this.window);
Mojo.Timing.resume('scene#total');
0 Comments