Produces an accurate timing for the code contained in the string
s. The value returned is the number of seconds.
i1 : benchmark "sqrt 2p3000000"
GC Warning: Repeated allocation of very large block (appr. size 565248):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 565248):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 376832):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 565248):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 380928):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 401408):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 376832):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 376832):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 565248):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 380928):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 401408):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 376832):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 376832):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 565248):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 380928):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 376832):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 565248):
May lead to memory leak and poor performance.
o1 = .52432956775
o1 : RR (of precision 53)
|
The snippet of code provided will be run enough times to register meaningfully on the clock, and the garbage collector will be called beforehand.