GitHub user vlsi opened a pull request: https://github.com/apache/jmeter/pull/369
docs: document Precise Throughput Timer ## Description This PR renames Exponential Timer to Precise Throughput Timer and improves documentation. ## Motivation and Context The documentation was missing in the original PR: https://github.com/apache/jmeter/pull/231 ## How Has This Been Tested? `ant docs-site` ## Screenshots (if appropriate): <img width="825" alt="2018-01-04 19 02 51" src="https://user-images.githubusercontent.com/213894/34572227-eb1acc44-f181-11e7-851f-1c44af6f20ae.png"> ## Types of changes - Documentation - Timer class renamed, however it should not break existing test plans as 4.0 has not been released yet ## Checklist: - [x] My code follows the [code style][style-guide] of this project. - [x] I have updated the documentation accordingly. [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines You can merge this pull request into a Git repository by running: $ git pull https://github.com/vlsi/jmeter precise_timer_docs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jmeter/pull/369.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #369 ---- commit 30a1c1e0eb2f373a3e74f775ba36330f5c7524d2 Author: Vladimir Sitnikov <sitnikov.vladimir@...> Date: 2018-01-04T15:27:17Z docs: document Precise Throughput Timer ---- ---