From c2e0a7e2da7eae729487e06bacde122c3fc4784a Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:06:36 +0000 Subject: Utilisateur : Fcolin Date : 23/06/06 Heure : 15:33 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: ajout temps d'emission du message (vss 23) --- CSharp/Ivy/IvyProbe/IvyProbe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp') diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs index 095c31e..4d48607 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -82,7 +82,7 @@ namespace IvyProbe DateTime debut = DateTime.Now; count = bus.SendMsg(tosend); TimeSpan duree = DateTime.Now - debut; - append("Sending '" + tosend + "' count " + count + " in " + duree); + append("Sending '" + tosend + "' count " + count + " in " + duree.TotalMilliseconds + " ms"); } [STAThread] -- cgit v1.1