Class ProfilingSectionHtml

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

public final class ProfilingSectionHtml extends Object
Composes the profiling section HTML from flame graph, hot function table, and call tree.

Returns empty string when no profiling data is available, so the placeholder in the index.html.template is simply removed.

  • Constructor Details

    • ProfilingSectionHtml

      public ProfilingSectionHtml()
  • Method Details

    • generate

      public String generate()
      Generate the complete profiling section HTML.
      Returns:
      HTML string, or empty string if no profiling data