From b29c7715561c326f49d3bad58a3a26c6a045cd2f Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:53:50 +0000 Subject: Utilisateur : Fcolin Date : 23/06/06 Heure : 11:21 Archivé dans $/CSharp/Ivy/IvyFilter Commentaire: (vss 2) --- CSharp/Ivy/IvyFilter/Filter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp') diff --git a/CSharp/Ivy/IvyFilter/Filter.cs b/CSharp/Ivy/IvyFilter/Filter.cs index 1e4fbed..03e2435 100644 --- a/CSharp/Ivy/IvyFilter/Filter.cs +++ b/CSharp/Ivy/IvyFilter/Filter.cs @@ -93,7 +93,7 @@ namespace IvyFilter { } } - System.Console.Out.WriteLine(((f) ? "[filtered] " : "[non filtered] ") + total + "ms elapsed, " + (finlocal - debut) + " ms total out of " + n * t); + System.Console.Out.WriteLine(((f) ? "[filtered] " : "[non filtered] ") + total.TotalMilliseconds + "ms elapsed, " + (finlocal - debut).TotalMilliseconds + " ms total out of " + n * t); bus.Stop(); if (f == true) new Filter(domain, n, t, false); // relance le même test sans filtre -- cgit v1.1