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
  1350e21f_1b74_6608_e1b6_e32c635ba3e3["mark()"]
  ad112c37_faea_8798_03f1_18e1a6303f0d["initMixin()"]
  ad112c37_faea_8798_03f1_18e1a6303f0d -->|calls| 1350e21f_1b74_6608_e1b6_e32c635ba3e3
  58398ca0_ee87_00ce_db95_d8e11ce46b1e["mountComponent()"]
  58398ca0_ee87_00ce_db95_d8e11ce46b1e -->|calls| 1350e21f_1b74_6608_e1b6_e32c635ba3e3
  feaee645_45c1_e2b9_4692_b11d3df632bd["$mount()"]
  feaee645_45c1_e2b9_4692_b11d3df632bd -->|calls| 1350e21f_1b74_6608_e1b6_e32c635ba3e3
  style 1350e21f_1b74_6608_e1b6_e32c635ba3e3 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