measure() — vue Function Reference
Architecture documentation for the measure() function in perf.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD b699afe1_c2e5_457d_134c_af2c17664385["measure()"] 340c5746_ff29_c74c_9da5_50db2db76e5f["initMixin()"] 340c5746_ff29_c74c_9da5_50db2db76e5f -->|calls| b699afe1_c2e5_457d_134c_af2c17664385 0ab0a954_29ae_5663_de65_22e22ba6d0b0["mountComponent()"] 0ab0a954_29ae_5663_de65_22e22ba6d0b0 -->|calls| b699afe1_c2e5_457d_134c_af2c17664385 cc8f669d_3f4a_79f9_7f19_22ea440b9b3f["$mount()"] cc8f669d_3f4a_79f9_7f19_22ea440b9b3f -->|calls| b699afe1_c2e5_457d_134c_af2c17664385 style b699afe1_c2e5_457d_134c_af2c17664385 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/core/util/perf.ts lines 21–26
measure = (name, startTag, endTag) => {
perf.measure(name, startTag, endTag)
perf.clearMarks(startTag)
perf.clearMarks(endTag)
// perf.clearMeasures(name)
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does measure() do?
measure() is a function in the vue codebase.
What calls measure()?
measure() is called by 3 function(s): $mount, initMixin, mountComponent.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free