vuejs/devtools-v6

Performance tab: Wrong timing shown on group

edimitchel opened this issue · 0 comments

Vue devtools version

6.5.1

Link to minimal reproduction

No reproduction, see screenshot below

Steps to reproduce & screenshots

Capture d’écran 2024-03-27 à 21 41 57

What is expected?

Should see the nearest same information about timing on item and group

What is actually happening?

You see that 16ms shown on top is surely the correct information but on bottom, the group information is showing 16000ms.. probably a conversion mistake.

System Info

System:
    OS: macOS 14.3.1
    CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
    Memory: 4.13 GB / 32.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.11.1 - /usr/local/bin/node
    npm: 10.2.4 - /usr/local/bin/npm
    pnpm: 8.6.12 - ~/Library/pnpm/pnpm
    bun: 1.0.33 - ~/.bun/bin/bun
  Browsers:
    Safari: 17.3.1
    Firefox: 123.0.1 (64 bits)

Any additional comments?

No response