Debug.Log Extensions
Documentation (1.1.9)

◆ FinishSubStopwatch() [3/3]

static void Debug.FinishSubStopwatch ( [NotNull] string  parentName,
[NotNull] string  name 
)
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.
nameName of sub-stopwatch to stop.