EMA C++ Performace Tools Guide : 9 Output File Details : 9.3 Latency File
 
9.3 Latency File
The latency file is a comma-separated value file containing individual latencies, in microseconds, for timestamps received during the test. It is only created by EmaCppConsPerf.
 
NOTE: Due to the potentially large amount of output in scenarios that use a high latency message rate, this file is not produced by default.
The interval in seconds that statistics are written to the file is controlled by the writeStatsInterval configuration parameter, which defaults to 5.
 
 
Message type, Send time, Receive time, Latency (usec)
Upd, 353725032296, 353725032521, 225
Upd, 353725045319, 353725045569, 250
Upd, 353725092300, 353725092521, 221
Pst, 353724892323, 353724894740, 2417
Pst, 353724925257, 353724926441, 1184
Pst, 353725105324, 353725106762, 1438
Upd, 353725359645, 353725359859, 214
Upd, 353725610354, 353725610619, 265
 
Code Example 25: Sample ConsLatency.csv Showing Update and Post latencies during a Test Run