Lines Matching refs:time
58 C_ENTRY_TIME = getCN(CONSOLE,ENTRY,'time'),
484 * <li>time - this moment</li>
489 * <li>localTime - readable version of time</li>
506 time : new Date(),
519 m.localTime = m.time.toLocaleTimeString ?
520 m.time.toLocaleTimeString() : (m.time + '');
521 m.elapsedTime = m.time - this.get(LAST_TIME);
522 m.totalTime = m.time - this.get(START_TIME);
524 this._set(LAST_TIME,m.time);
1376 * time. This is used to keep acquired messages from exploding the
1412 * The baseline time for this Console instance, used to measure elapsed
1413 * time from the moment the console module is <code>use</code>d to the
1427 * The precise time the last entry was logged. Used to measure elapsed
1428 * time between log messages.