Class HotFunctionTableHtml
java.lang.Object
org.ek9lang.cli.profiling.HotFunctionTableHtml
Generates sortable HTML table of top N functions by total time.
Columns: Function Name, Module, Total Time, Self Time, Calls, Avg, Min, Max. Follows the ModuleTreeHtml pattern of small focused HTML generators.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HotFunctionTableHtml
public HotFunctionTableHtml()
-
-
Method Details
-
generate
Generate the hot functions table HTML.- Returns:
- HTML string, or empty string if no data
-