Class HotFunctionTableHtml

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

public final class HotFunctionTableHtml extends Object
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 Details

    • HotFunctionTableHtml

      public HotFunctionTableHtml()
  • Method Details

    • generate

      public String generate()
      Generate the hot functions table HTML.
      Returns:
      HTML string, or empty string if no data