public class QueryProfiling
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static float |
cqryT |
static float |
cupdT |
protected java.util.logging.Logger |
logger |
static int |
nbStops |
static float |
nT |
static float |
pT |
static float |
uT |
Constructor and Description |
---|
QueryProfiling(Agent ag) |
Modifier and Type | Method and Description |
---|---|
int |
getNbUses() |
float |
getP() |
void |
incHits() |
void |
newUpdateCycle(int n,
int u,
long time) |
void |
queryFinished(Literal l,
long time) |
void |
queryStared(Literal l) |
void |
setNbReasoningCycles(int n) |
void |
show() |
protected java.util.logging.Logger logger
public static int nbStops
public static float nT
public static float pT
public static float uT
public static float cqryT
public static float cupdT
public QueryProfiling(Agent ag)
public void incHits()
public void queryStared(Literal l)
public void queryFinished(Literal l, long time)
public void setNbReasoningCycles(int n)
public void newUpdateCycle(int n, int u, long time)
public int getNbUses()
public float getP()
public void show()