Lines Matching refs:stopwatches
14 stopwatches = {}, //Additional stopwatch information
106 delete stopwatches[name];
109 stopwatches = {};
178 stopwatch = stopwatches[name];
208 if (!stopwatches[name]){
209 stopwatches[name] = {
216 if (stopwatches[name].state == WATCH_STOPPED){
217 stopwatches[name].state = WATCH_STARTED;
218 stopwatches[name].start = new Date();
233 stopwatch = stopwatches[name];