Options

Numeric Precision

Is there any way to increase the numeric precision, esprcially on the timing values. It seems our application (running for 12 Hrs.) has many methods that are hit many millions of times for 0.0000 seconds. The second and third most time consuming methods in our application fall into this category while the most time consuming has a time of 0.0001 secs.

It looks like approx. 80 % of the methods fall in the 0.0000 secs. category.

I would like to request a double precision format to show more significant digits.

Comments

This discussion has been closed.