The label of the nested timer to create.
The [stop, start]
methods you can use to
end the current timing or start a nested timing. The first function
is a normal TimerStopFunction and the second function is
another NestedTimingTracker.start function.
Starts a timing tree. Unlike the normal start method, this method does not return a stop function. Instead, it returns an array. The first value in the array is the stop function; the second argument is another start function you can invoke to begin a new nested timing.