| synopsis || arguments || prev |
double get_timing_stats( kdu_long & unique_samples, double & time_wasted)
Java: double Get_timing_stats( long[] unique_samples, double[] time_wasted)
[Declared in "../coresys/common/kdu_compressed.h"]
The return value is the calculated number of seconds required to process unique_samples once. The time_wasted argument returns the number of CPU seconds wasted by iterating over a timing loop so as to reduce the impact of the calls to clock on the final time.