()
| 57 | public static int threadCount = 0; |
| 58 | |
| 59 | public static synchronized void startTest() { |
| 60 | threadCount++; |
| 61 | if (messageStartSendTime == 0) { |
| 62 | messageStartSendTime = System.currentTimeMillis(); |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | public static synchronized void endTest() { |
| 67 | threadCount--; |