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
  66f37ea8_1bb2_54fb_f261_6c83fa5d6aac["test_named_variant_machine_performance()"]
  cb4ab49e_1e98_295d_47fb_b3820e774321["named_variant_machine.rs"]
  66f37ea8_1bb2_54fb_f261_6c83fa5d6aac -->|defined in| cb4ab49e_1e98_295d_47fb_b3820e774321
  style 66f37ea8_1bb2_54fb_f261_6c83fa5d6aac 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