()
| 64 | } |
| 65 | |
| 66 | public static synchronized void endTest() { |
| 67 | threadCount--; |
| 68 | if (messageEndSendTime == 0 && threadCount == 0) { |
| 69 | messageEndSendTime = System.currentTimeMillis(); |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | |
| 74 | public static synchronized long addSendStats(long count) { |