MCPcopy Create free account
hub / github.com/apache/solr / resume

Method resume

solr/core/src/java/org/apache/solr/util/RTimer.java:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 public void resume() {
98 if (state == STARTED) return;
99 assert state == PAUSED;
100 state = STARTED;
101 timerImpl.start();
102 }
103
104 /** Get total elapsed time for this timer. */
105 public double getTime() {

Callers 13

testMethod · 0.80
loadFieldValuesMethod · 0.80
doSplitMethod · 0.80
scorerSupplierMethod · 0.80
pickFileFunction · 0.80
createComponentMethod · 0.80
createComponentMethod · 0.80
createComponentMethod · 0.80
pickFileFunction · 0.80
d3.jsFile · 0.80
d3_layout_forceDragFunction · 0.80

Calls 1

startMethod · 0.65

Tested by 4

testMethod · 0.64
createComponentMethod · 0.64
createComponentMethod · 0.64
createComponentMethod · 0.64