Lines Matching refs:time
56 C_ENTRY_TIME = getCN(CONSOLE,ENTRY,'time'),
482 * <li>time - this moment</li>
487 * <li>localTime - readable version of time</li>
504 time : new Date(),
517 m.localTime = m.time.toLocaleTimeString ?
518 m.time.toLocaleTimeString() : (m.time + '');
519 m.elapsedTime = m.time - this.get(LAST_TIME);
520 m.totalTime = m.time - this.get(START_TIME);
522 this._set(LAST_TIME,m.time);
1374 * time. This is used to keep acquired messages from exploding the
1410 * The baseline time for this Console instance, used to measure elapsed
1411 * time from the moment the console module is <code>use</code>d to the
1425 * The precise time the last entry was logged. Used to measure elapsed
1426 * time between log messages.