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