[doc] QBENCHMARK_ONCE: fix typos

... and remove a prematurely-ending parenthesized remark.

Pick-to: 5.15
Change-Id: If0a2f482c45128739ed6cea1d8385ea34f45b094
Reviewed-by: Isak Fyksen <isak.fyksen@qt.io>
Reviewed-by: Jason McDonald <macadder1@gmail.com>
(cherry picked from commit e6febd05d963939a354162bf647b939ad7aca64f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit d1d8d03b7dcaa3dbfd22797822cb9acbd0843229)
(cherry picked from commit d6053ba84ec7ae5bb7958538fd4e3ee15252ec2e)
This commit is contained in:
Marc Mutz 2023-11-15 10:52:25 +01:00 committed by Qt Cherry-pick Bot
parent ba33685ad0
commit fbe43489ca

View File

@ -632,8 +632,8 @@
this macro.
Unlike QBENCHMARK, the contents of the contained code block is only run
once. The elapsed time will be reported as "0" if it's to short to
be measured by the selected backend. (Use)
once. The elapsed time will be reported as "0" if it's too short to
be measured by the selected backend.
\sa {Qt Test Overview#Creating a Benchmark}{Creating a Benchmark},
{Chapter 5: Writing a Benchmark}{Writing a Benchmark}