MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / end

Method end

src/main/java/net/optifine/Lagometer.java:222–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 public void end()
223 {
224 if (Lagometer.active)
225 {
226 if (this.timeStartNano != 0L)
227 {
228 this.timeNano += System.nanoTime() - this.timeStartNano;
229 this.timeStartNano = 0L;
230 }
231 }
232 }
233
234 private void reset()
235 {

Callers 7

evalMethod · 0.80
renderWorldPassMethod · 0.80
waitForServerThreadMethod · 0.80
setupTerrainMethod · 0.80
getArgumentMapMethod · 0.80
startSectionMethod · 0.80
initializeFromFormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected