bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/44052] Performance problems with date formatting


From: gnu_andrew at member dot fsf.org
Subject: [Bug classpath/44052] Performance problems with date formatting
Date: Mon, 02 Jul 2012 16:31:00 +0000

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44052

--- Comment #4 from Andrew John Hughes <gnu_andrew at member dot fsf.org> 
2012-07-02 16:31:00 UTC ---
Similar results by calling new java.util.Date().toString() instead:

With fix:

real    0m0.628s
user    0m0.148s
sys    0m0.032s

Without fix:

real    0m4.122s
user    0m4.060s
sys    0m0.072s



reply via email to

[Prev in Thread] Current Thread [Next in Thread]