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
  52e70123_85d8_4258_eaf3_a7a0731a5968["mark()"]
  f4608dd9_26eb_0122_6979_8fe915792d8a["perf.ts"]
  52e70123_85d8_4258_eaf3_a7a0731a5968 -->|defined in| f4608dd9_26eb_0122_6979_8fe915792d8a
  27e71f35_12fd_58cc_25d7_c5686da5aaf6["initMixin()"]
  27e71f35_12fd_58cc_25d7_c5686da5aaf6 -->|calls| 52e70123_85d8_4258_eaf3_a7a0731a5968
  4608cf7a_77c1_65d7_34bb_dbc4ea050d61["mountComponent()"]
  4608cf7a_77c1_65d7_34bb_dbc4ea050d61 -->|calls| 52e70123_85d8_4258_eaf3_a7a0731a5968
  style 52e70123_85d8_4258_eaf3_a7a0731a5968 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, defined in src/core/util/perf.ts.
Where is mark() defined?
mark() is defined in src/core/util/perf.ts at line 20.
What calls mark()?
mark() is called by 2 function(s): initMixin, mountComponent.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free