Package org.ek9lang.cli.profiling


package org.ek9lang.cli.profiling
Performance profiling HTML report generators.

Generates flame graph SVG, hot function table, and call tree HTML for the profiling section of the coverage dashboard. Only active when profiling is enabled (-tp, -t2p, -t6p, etc.).

  • Classes
    Class
    Description
    Generates collapsible call tree HTML using <details> elements.
    Generates SVG flame graph from profiling data.
    Generates sortable HTML table of top N functions by total time.
    Composes the profiling section HTML from flame graph, hot function table, and call tree.