Home / Function/ end() — tailwindcss Function Reference

end() — tailwindcss Function Reference

Architecture documentation for the end() function in instrumentation.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  020a5eed_39cf_05ec_e603_096fba2472da["end()"]
  1f9197e1_4bbd_21b6_da7e_de2319e5ff8f["createCompiler()"]
  1f9197e1_4bbd_21b6_da7e_de2319e5ff8f -->|calls| 020a5eed_39cf_05ec_e603_096fba2472da
  7665e7ed_1eb9_439b_dcf3_ba3075d2cb78["build()"]
  7665e7ed_1eb9_439b_dcf3_ba3075d2cb78 -->|calls| 020a5eed_39cf_05ec_e603_096fba2472da
  79efb43f_fcca_c5cf_0bb0_c18f1a2fffc0["rebuild()"]
  79efb43f_fcca_c5cf_0bb0_c18f1a2fffc0 -->|calls| 020a5eed_39cf_05ec_e603_096fba2472da
  style 020a5eed_39cf_05ec_e603_096fba2472da fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/@tailwindcss-browser/src/instrumentation.ts lines 6–14

  end(label: string, detail?: any) {
    performance.mark(`${label} (end)`)

    performance.measure(label, {
      start: `${label} (start)`,
      end: `${label} (end)`,
      detail,
    })
  }

Domain

Subdomains

Frequently Asked Questions

What does end() do?
end() is a function in the tailwindcss codebase.
What calls end()?
end() is called by 3 function(s): build, createCompiler, rebuild.

Analyze Your Own Codebase

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

Try Supermodel Free