Home | History | Annotate | Download | only in sunspider-0.9.1

Lines Matching full:testing

10 var Testing = new Object();
233 if (Testing.LoopCount > Testing.LoopMax) return;
234 var TestingStr = String(Testing.LoopCount);
247 Testing.LoopCount++;
254 Testing.LoopCount = 0;
255 Testing.LoopMax = 50;
256 Testing.TimeMax = 0;
257 Testing.TimeAvg = 0;
258 Testing.TimeMin = 0;
259 Testing.TimeTemp = 0;
260 Testing.TimeTotal = 0;
261 Testing.Init = false;
322 Testing.Init = true;
335 Testing = null;