Remove a split.
This method clears the stop time. The start time is unaffected, enabling timing from the original start point to continue.
6970717273747576777879
stopWatch.split(); if (stopWatch.getSplitTime() > settings.serializedResponseTimeout) throw new TimeoutException("Serialization of the entire response exceeded the serializeResponseTimeout setting"); stopWatch.unsplit(); } return null; });