Debug.Log Extensions
Documentation (1.1.9)

◆ FinishSubStopwatch() [2/3]

static void Debug.FinishSubStopwatch ( [NotNull] string  parentName)
static

Finishes a previously created sub-stopwatch, still leaving the main stopwatch running. Results are not logged at this point, only when you finish the main stopwatch.

Parameters
parentNameName of parent stopwatch which contains the sub-stopwatch to stop.