Sunday, December 30, 2012

2.2.12.11 Multiple Invoke with Averages

This release adds the ability to invoke an operation multiple times and reports the averages for each invocation.


This feature comes in handy for smoke-testing code performance improvements. Basically you can invoke any member function N times (the default being once) and monitor the stats to see if a code change you make actually results in any significant performance improvement.

The drop down list includes the pre-assigned values to invoke the function once, twice, 10, 100, 1,000, 10,000, 100,000 or One Million times or you can enter an explicit number for those really hard to track down bugs.

Also available are the average stats for each subsequent call.

No comments:

Post a Comment