Class ProfilingBadgeHtml
java.lang.Object
org.ek9lang.cli.coverage.ProfilingBadgeHtml
- All Implemented Interfaces:
BiFunction<org.ek9.lang.ProfilingRuntime.HotFunction, String, String>
final class ProfilingBadgeHtml
extends Object
implements BiFunction<org.ek9.lang.ProfilingRuntime.HotFunction, String, String>
Generates HTML for a profiling badge with tooltip showing runtime performance data.
The badge displays call count and average time for immediate visual scanning.
-
Constructor Details
-
ProfilingBadgeHtml
ProfilingBadgeHtml()
-
-
Method Details
-
apply
-