Module org.apache.lucene.sandbox
Package org.apache.lucene.sandbox.search
Class QueryProfilerBreakdown
java.lang.Object
org.apache.lucene.sandbox.search.QueryProfilerBreakdown
A record of timings for the various operations that may happen during query execution. A node's
time may be composed of several internal attributes (rewriting, weighting, scoring, etc).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final QueryProfilerTimer[]
The accumulated timings for this query node -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuild a timing count breakdown.final long
-
Field Details
-
timers
The accumulated timings for this query node
-
-
Constructor Details
-
QueryProfilerBreakdown
public QueryProfilerBreakdown()Sole constructor.
-
-
Method Details
-
getTimer
-
toBreakdownMap
Build a timing count breakdown. -
toTotalTime
public final long toTotalTime()
-