| I added getExecutionAvgTimeDouble() method because there is no thread-safe way to get average time with getExecutionCount() and getExecutionTotalTime(). The accuracy of the average value of almost no influence the timing precision. Greatly influenced by the number of requests. |