Class CallTreeHtml
java.lang.Object
org.ek9lang.cli.profiling.CallTreeHtml
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
CallTreeHtml
public CallTreeHtml()
-
-
Method Details
-
generate
Generate the call tree HTML.- Returns:
- HTML string, or empty string if no data
-