<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">== NUM_PTS 1000 ==<br>
<br>
board               avg_ser     avg_deser<br>
intel i5             0.000011    0.000025<br>
arm1176jzf-s   0.001328    0.003354<br></blockquote><div><br></div><div>Ok, so serialization is definitely much slower, but with the latency test you're using it shouldn't affect anything.  Good to know though.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
== Latency Results ==<br>
<br>
                          IPC        NoTCP      Bypass<br>
intel i5           :   0.4ms     0.10ms     0.05ms<br>
arm1176jzf-s :   25.0ms   4.50ms     3.50ms<br>
<br>
====== Raw Socket Tests ======<br>
<br>
Tests the latencies of sending a single char from server to client,<br>
written using simple posix socket code.<br>
<br>
intel i5           : 0.1ms<br>
arm1176jzf-s : 1.4ms</blockquote><div><br></div><div>Do you have any way of profiling exactly what's taking time, either with gprof, google perf tools, or something else?</div><div><br></div><div>Josh</div></div>