]> git.openfabrics.org - ~shefty/librdmacm.git/commit
cmtime: Add example program that times rdma cm calls
authorSean Hefty <sean.hefty@intel.com>
Mon, 5 Aug 2013 17:57:43 +0000 (10:57 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 5 Aug 2013 17:57:43 +0000 (10:57 -0700)
commit2949a92960546b75c647bcf14fec1f4369fd17fa
tree668ddd4271538fc243a888fad972f12f0e1bf29d
parent8fd079abb8b2835908017f74ac70781d84e1e163
cmtime: Add example program that times rdma cm calls

cmtime is a new sample program that measures how long it
takes for each step in the connection process to complete.
It can be used to analyze the performance of the various
CM steps.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Makefile.am
examples/cmtime.c [new file with mode: 0644]