From f92de9b2a9ad73fd7cd966e65b5a06b725e779fc Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 2 Sep 2009 14:59:53 +0200 Subject: bug during terminal shutdown fixed --- perf/cpp/remote_lat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perf/cpp/remote_lat.cpp') diff --git a/perf/cpp/remote_lat.cpp b/perf/cpp/remote_lat.cpp index 3472fd8..169ed1e 100644 --- a/perf/cpp/remote_lat.cpp +++ b/perf/cpp/remote_lat.cpp @@ -64,7 +64,7 @@ int main (int argc, char *argv []) printf ("message size: %d [B]\n", (int) message_size); printf ("roundtrip count: %d\n", (int) roundtrip_count); - printf ("average latency: %3f [us]\n", (double) latency); + printf ("average latency: %.3f [us]\n", (double) latency); return 0; } -- cgit v1.2.3