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
  ca962c6e_e07f_61c5_168b_1f3b845c1371["end()"]
  64a99f5c_2d23_77a2_ec09_70c5f3a753fc["Instrumentation"]
  ca962c6e_e07f_61c5_168b_1f3b845c1371 -->|defined in| 64a99f5c_2d23_77a2_ec09_70c5f3a753fc
  a25ad0ad_f7bc_1221_9e16_64c09e9b41a8["createCompiler()"]
  a25ad0ad_f7bc_1221_9e16_64c09e9b41a8 -->|calls| ca962c6e_e07f_61c5_168b_1f3b845c1371
  5da45812_7762_98c3_deaa_72afee88ec32["build()"]
  5da45812_7762_98c3_deaa_72afee88ec32 -->|calls| ca962c6e_e07f_61c5_168b_1f3b845c1371
  7f171710_9b1b_41c0_3b52_f28ad8b73b9b["rebuild()"]
  7f171710_9b1b_41c0_3b52_f28ad8b73b9b -->|calls| ca962c6e_e07f_61c5_168b_1f3b845c1371
  style ca962c6e_e07f_61c5_168b_1f3b845c1371 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, defined in packages/@tailwindcss-browser/src/instrumentation.ts.
Where is end() defined?
end() is defined in packages/@tailwindcss-browser/src/instrumentation.ts at line 6.
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