2 /// A simple module to avoid namespace pollution
5 /// Use a timestamp to measure the roundtrip delay
6 typedef unsigned long long Timestamp
;
9 /// Measure roundtrip delay
12 /// A simple method to measure roundtrip delays
14 * The operation simply returns its argument, this is used in AMI
15 * and deferred synchronous tests to measure the roundtrip delay
16 * without the need for a different reply handler for each
19 Timestamp test_method
(in Timestamp send_time
,