Corgi Engine  v8.8
MoreMountains.Tools.MMSpeedTest Class Reference

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 More...

Static Public Member Functions

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...
 

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()

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
testID

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