()
| 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 | { |
no outgoing calls
no test coverage detected