Class FactorProfile

java.lang.Object
jdistlib.inference.FactorProfile

public final class FactorProfile extends Object
Immutable factor timing and numerical-stability snapshot.
  • Method Details

    • name

      public String name()
    • calls

      public long calls()
    • elapsedNanoseconds

      public long elapsedNanoseconds()
    • nonFiniteResults

      public long nonFiniteResults()
    • meanNanoseconds

      public double meanNanoseconds()
    • estimatedAllocatedBytes

      public long estimatedAllocatedBytes()
      Best-effort positive heap-growth estimate; use a profiler for exact allocation attribution.