Home / Function/ mark() — vue Function Reference

mark() — vue Function Reference

Architecture documentation for the mark() function in perf.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  e0077606_be30_481a_4b40_50a71251ed9f["mark()"]
  340c5746_ff29_c74c_9da5_50db2db76e5f["initMixin()"]
  340c5746_ff29_c74c_9da5_50db2db76e5f -->|calls| e0077606_be30_481a_4b40_50a71251ed9f
  0ab0a954_29ae_5663_de65_22e22ba6d0b0["mountComponent()"]
  0ab0a954_29ae_5663_de65_22e22ba6d0b0 -->|calls| e0077606_be30_481a_4b40_50a71251ed9f
  cc8f669d_3f4a_79f9_7f19_22ea440b9b3f["$mount()"]
  cc8f669d_3f4a_79f9_7f19_22ea440b9b3f -->|calls| e0077606_be30_481a_4b40_50a71251ed9f
  style e0077606_be30_481a_4b40_50a71251ed9f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/core/util/perf.ts lines 20–20

    mark = tag => perf.mark(tag)

Domain

Subdomains

Frequently Asked Questions

What does mark() do?
mark() is a function in the vue codebase.
What calls mark()?
mark() 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