Home / Function/ test_named_variant_machine_performance() — tailwindcss Function Reference

test_named_variant_machine_performance() — tailwindcss Function Reference

Architecture documentation for the test_named_variant_machine_performance() function in named_variant_machine.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  4d0ffd53_3e74_e333_c448_d2ed62e18ce7["test_named_variant_machine_performance()"]
  023da2b4_cf3e_9971_a872_af94f786ed63["named_variant_machine.rs"]
  4d0ffd53_3e74_e333_c448_d2ed62e18ce7 -->|defined in| 023da2b4_cf3e_9971_a872_af94f786ed63
  style 4d0ffd53_3e74_e333_c448_d2ed62e18ce7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/oxide/src/extractor/named_variant_machine.rs lines 374–381

    fn test_named_variant_machine_performance() {
        let input = r#"<button class="hover:focus:flex data-[state=pending]:flex supports-(--my-variable):flex group-hover/named:not-has-peer-data-disabled:flex">"#;

        NamedVariantMachine::<IdleState>::test_throughput(1_000_000, input);
        NamedVariantMachine::<IdleState>::test_duration_once(input);

        todo!()
    }

Domain

Subdomains

Frequently Asked Questions

What does test_named_variant_machine_performance() do?
test_named_variant_machine_performance() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/named_variant_machine.rs.
Where is test_named_variant_machine_performance() defined?
test_named_variant_machine_performance() is defined in crates/oxide/src/extractor/named_variant_machine.rs at line 374.

Analyze Your Own Codebase

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

Try Supermodel Free