Use this class to run performance tests in your code.
More...
|
static void | StartTest (string testID) |
| Starts a speed test of the specified ID More...
|
|
static void | EndTest (string testID) |
| Stops a speed test of the specified ID More...
|
|
Use this class to run performance tests in your code.
It'll output the time spent between the StartTest and the EndTest calls Make sure to use a unique ID for both calls
◆ EndTest()
static void MoreMountains.Tools.MMSpeedTest.EndTest |
( |
string |
testID | ) |
|
|
static |
Stops a speed test of the specified ID
◆ StartTest()
static void MoreMountains.Tools.MMSpeedTest.StartTest |
( |
string |
testID | ) |
|
|
static |
Starts a speed test of the specified ID
- Parameters
-
The documentation for this class was generated from the following file:
- F:/Github/Store/InventoryEngineStore/Assets/InventoryEngine/MMTools/Accessories/MMPerformance/MMSpeedTest.cs