Inventory Engine v4.2
Loading...
Searching...
No Matches
MoreMountains.Tools.MMSpeedTest Class Reference

Use this class to run performance tests in your code. More...

Static Public Member Functions

static void StartTest (string testID)
 Starts a speed test of the specified ID.
static void EndTest (string testID)
 Stops a speed test of the specified ID.

Detailed Description

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

Member Function Documentation

◆ EndTest()

void MoreMountains.Tools.MMSpeedTest.EndTest ( string testID)
static

Stops a speed test of the specified ID.

◆ StartTest()

void MoreMountains.Tools.MMSpeedTest.StartTest ( string testID)
static

Starts a speed test of the specified ID.

Parameters
testID

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