Searched refs:stopwatches (Results 1 - 2 of 2) sorted by relevance

/yui3/build/profiler/
H A Dprofiler-debug.js14 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[nam
[all...]
/yui3/src/profiler/js/
H A DProfiler.js12 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[nam
[all...]

Completed in 29 milliseconds