949596979899100101102103104
* RECORD TIME TO DESERIALIZE THE SAMPLE MESSAGE AS OUR TEST * METRIC... */ long start = System.currentTimeMillis(); deserializer.readMessage(message); long finish = System.currentTimeMillis(); trace.endMessage(); long duration = finish - start;
151152153154155156157158159160161