Title says is it all. We want to time how long it takes for a batch of records to be processed. This is for debugging purposes.
A single function change can mean a difference of 100ms in the processing of a single record. But that does scale to 16 minutes of extra processing when 10.000 records are queued.
Title says is it all. We want to time how long it takes for a batch of records to be processed. This is for debugging purposes.
A single function change can mean a difference of 100ms in the processing of a single record. But that does scale to 16 minutes of extra processing when 10.000 records are queued.