Closed Bug 1426663 Opened 6 years ago Closed 4 years ago

Console evaluation message timestamp is greater than the evaluation result one

Categories

(DevTools :: Console, defect, P2)

57 Branch
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: tep.dona, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171128222554

Steps to reproduce:

Enabled Web Console Timestamps in Developer Tools settings

Wrote: 1 + 1 in the console and observed timestamps.

Wrote: console.timeStamp("Test") and observed timestamps.


Actual results:

15:44:46.030 1+1
15:44:45.974 2

15:47:05.696 console.timeStamp("Test")
15:47:05.642 Test
15:47:05.639 undefined

Timestamps show that result was returned before the command was issued by about 50-60 ms



Expected results:

Result should always have timestamp later than the issuing command.

Timestamps are in reverse order?
Component: Untriaged → Developer Tools: Console
Product: Firefox → DevTools
Thanks tep.dona and sorry for not seeing this before.
I can confirm this issues.

I think one is intentional (logs appear before evaluation result), but I agree this is confusing
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P2
Summary: Web console timestamps returns timestamp value for answer earlier than timestamp value for command (incorrect order?) → Console evaluation message timestamp is greater than the evaluation result one

can't reproduce the issue anymore

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.