Class CallTreeHtml

java.lang.Object
org.ek9lang.cli.profiling.CallTreeHtml

public final class CallTreeHtml extends Object
Generates collapsible call tree HTML using <details> elements.

Shows caller → callee relationships with call counts at each node. Uses native HTML details/summary for expand/collapse without JavaScript.

  • Constructor Details

    • CallTreeHtml

      public CallTreeHtml()
  • Method Details

    • generate

      public String generate()
      Generate the call tree HTML.
      Returns:
      HTML string, or empty string if no data