vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Performance tab: Wrong timing shown on group #2151

Open edimitchel opened 7 months ago

edimitchel commented 7 months ago

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