Lines Matching refs:stopwatches
12 stopwatches = {}, //Additional stopwatch information
104 delete stopwatches[name];
107 stopwatches = {};
176 stopwatch = stopwatches[name];
206 if (!stopwatches[name]){
207 stopwatches[name] = {
214 if (stopwatches[name].state == WATCH_STOPPED){
215 stopwatches[name].state = WATCH_STARTED;
216 stopwatches[name].start = new Date();
231 stopwatch = stopwatches[name];