Package org.apache.lucene.sandbox.search
Class QueryLeafProfilerBreakdown
java.lang.Object
org.apache.lucene.sandbox.search.QueryLeafProfilerBreakdown
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).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLeafProfilerResult(Thread thread) org.apache.lucene.sandbox.search.QueryProfilerTimerBuild a timing count breakdown.final long
-
Constructor Details
-
QueryLeafProfilerBreakdown
public QueryLeafProfilerBreakdown()Sole constructor.
-
-
Method Details
-
getTimer
-
toBreakdownMap
Build a timing count breakdown. -
getLeafProfilerResult
-
toTotalTime
public final long toTotalTime()
-