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
  f286d664_f8f7_6e0c_5782_e9d6569768d9["end()"]
  69079398_554e_04ce_40cb_d3d9b2f34756["createCompiler()"]
  69079398_554e_04ce_40cb_d3d9b2f34756 -->|calls| f286d664_f8f7_6e0c_5782_e9d6569768d9
  fa86a62d_e0b1_1c2a_8359_a4ff6a6ab55a["build()"]
  fa86a62d_e0b1_1c2a_8359_a4ff6a6ab55a -->|calls| f286d664_f8f7_6e0c_5782_e9d6569768d9
  bd384a93_4375_9e58_14d8_c32d19d5fc44["rebuild()"]
  bd384a93_4375_9e58_14d8_c32d19d5fc44 -->|calls| f286d664_f8f7_6e0c_5782_e9d6569768d9
  style f286d664_f8f7_6e0c_5782_e9d6569768d9 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