What is the function used to stop capturing the ad hoc timing ?
A
stopadhoc()
B
stopTimer()
C
stopTimeLogging()
D
stophoc()
Correct Answer: stopTimeLogging()
The startTimeLogging() method captures the timing data for ad hoc, etc for referencing an uncached document.location. In order to stop capturing the ad hoc timing for referencing uncached document.location, we call the method stopTimeLogging().