http://bugzilla.novell.com/show_bug.cgi?id=595611
http://bugzilla.novell.com/show_bug.cgi?id=595611#c9 Sebastien Pouliot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |roystonwadding...@googlemai | |l.com --- Comment #9 from Sebastien Pouliot <[email protected]> 2010-04-13 21:34:45 UTC --- [mono] ~/src/bugzilla @ cat 595611.cs using System; class Program { static void Main () { DateTime start = DateTime.UtcNow; Console.WriteLine (Guid.NewGuid ()); Console.WriteLine ("Guid.NewGuid: {0} seconds", (DateTime.UtcNow - start).TotalSeconds); } } [mono] ~/src/bugzilla @ gmcs 595611.cs [mono] ~/src/bugzilla @ mono 595611.exe c0828d67-4c01-43f8-9e06-fd6c3345d68f Guid.NewGuid: 0.140689 seconds Can you try this outside MonoDevelop ? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
