public class ProfilingTracer extends Object implements QueryExecutionTracer
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProfilingTracer.Clock |
static interface |
ProfilingTracer.ProfilingInformation |
NONE| Constructor and Description |
|---|
ProfilingTracer() |
| Modifier and Type | Method and Description |
|---|---|
long |
dbHitsOf(Id query) |
QueryExecutionEvent |
executeOperator(Id queryId) |
ProfilingTracer.ProfilingInformation |
get(Id query) |
long |
rowsOf(Id query) |
long |
timeOf(Id query) |
public ProfilingTracer.ProfilingInformation get(Id query)
public long timeOf(Id query)
public long dbHitsOf(Id query)
public long rowsOf(Id query)
public QueryExecutionEvent executeOperator(Id queryId)
executeOperator in interface QueryExecutionTracerCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.