Package jdistlib.inference
Class FactorProfile
java.lang.Object
jdistlib.inference.FactorProfile
Immutable factor timing and numerical-stability snapshot.
-
Method Details
-
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.
-