Uses of Record Class
org.ek9lang.compiler.ir.data.FunctionMetrics
Packages that use FunctionMetrics
-
Uses of FunctionMetrics in org.ek9lang.compiler.ir.data
Fields in org.ek9lang.compiler.ir.data declared as FunctionMetricsModifier and TypeFieldDescriptionstatic final FunctionMetricsFunctionMetrics.EMPTYEmpty metrics for functions without collected data.Methods in org.ek9lang.compiler.ir.data that return FunctionMetricsModifier and TypeMethodDescriptionCoverageFunctionDetails.metrics()Returns the value of themetricsrecord component.Constructors in org.ek9lang.compiler.ir.data with parameters of type FunctionMetricsModifierConstructorDescriptionCoverageFunctionDetails(long functionId, String fullyQualifiedName, String simpleName, String sourceFile, int startLine, int endLine, int probeCount, long entryProbeId, FunctionMetrics metrics) Canonical constructor with null-safety for metrics. -
Uses of FunctionMetrics in org.ek9lang.compiler.phase7.generation
Methods in org.ek9lang.compiler.phase7.generation with parameters of type FunctionMetricsModifier and TypeMethodDescriptionvoidCoverageProbePlacer.enterFunction(String functionName, String simpleName, String sourceFile, int startLine, FunctionMetrics metrics) Enter a function/method context for probe tracking with metrics.