public class Stats extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Stats.AccumulatedStatistic
accumulated stats.
|
| Constructor and Description |
|---|
Stats() |
public static Stats.AccumulatedStatistic build(List<Stats.AccumulatedStatistic> list)
list - the listpublic void accumulate()
public void logStatisticData(LogAdapter o, boolean needLocal, DlCompletionGraph cGraph, JFactReasonerConfiguration options)
o - the oneedLocal - the need localcGraph - the c graphoptions - the optionspublic Stats.AccumulatedStatistic getnTacticCalls()
public Stats.AccumulatedStatistic getnUseless()
public Stats.AccumulatedStatistic getnIdCalls()
public Stats.AccumulatedStatistic getnSingletonCalls()
public Stats.AccumulatedStatistic getnOrCalls()
public Stats.AccumulatedStatistic getnOrBrCalls()
public Stats.AccumulatedStatistic getnAndCalls()
public Stats.AccumulatedStatistic getnSomeCalls()
public Stats.AccumulatedStatistic getnAllCalls()
public Stats.AccumulatedStatistic getnFuncCalls()
public Stats.AccumulatedStatistic getnLeCalls()
public Stats.AccumulatedStatistic getnGeCalls()
public Stats.AccumulatedStatistic getnNNCalls()
public Stats.AccumulatedStatistic getnMergeCalls()
public Stats.AccumulatedStatistic getnAutoEmptyLookups()
public Stats.AccumulatedStatistic getnAutoTransLookups()
public Stats.AccumulatedStatistic getnSRuleAdd()
public Stats.AccumulatedStatistic getnSRuleFire()
public Stats.AccumulatedStatistic getnStateSaves()
public Stats.AccumulatedStatistic getnStateRestores()
public Stats.AccumulatedStatistic getnNodeSaves()
public Stats.AccumulatedStatistic getnNodeRestores()
public Stats.AccumulatedStatistic getnLookups()
public Stats.AccumulatedStatistic getnFairnessViolations()
public Stats.AccumulatedStatistic getnCacheTry()
public Stats.AccumulatedStatistic getnCacheFailedNoCache()
public Stats.AccumulatedStatistic getnCacheFailedShallow()
public Stats.AccumulatedStatistic getnCacheFailed()
public Stats.AccumulatedStatistic getnCachedSat()
public Stats.AccumulatedStatistic getnCachedUnsat()
Copyright © 2016 The University of Manchester. All rights reserved.