| synopsis || arguments || prev |

kdu_block::get_timing_stats

Java: Kdu_block::Get_timing_stats

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"]

Go to class description.


Synopsis

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.


Arguments

unique_samples [kdu_long &]

time_wasted [double &]


| top || synopsis || arguments || prev |