getNow() — vue Function Reference
Architecture documentation for the getNow() function in scheduler.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 8d906bf5_d820_c7a4_0ad9_3bc66684fb10["getNow()"] 5f88c922_50d0_318e_0c71_29334294af47["flushSchedulerQueue()"] 5f88c922_50d0_318e_0c71_29334294af47 -->|calls| 8d906bf5_d820_c7a4_0ad9_3bc66684fb10 style 8d906bf5_d820_c7a4_0ad9_3bc66684fb10 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/core/observer/scheduler.ts lines 58–58
getNow = () => performance.now()
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getNow() do?
getNow() is a function in the vue codebase.
What calls getNow()?
getNow() is called by 1 function(s): flushSchedulerQueue.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free