Change-Id: Ie97db56e4a7c59c23fa858f4f09c72fdbc381799
Reviewed-on: https://gerrit.libreoffice.org/84484
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-12-04 20:22:25 +01:00
committed by Julien Nabet
parent 5dc9ae616c
commit a0c1ce373f

View File

@@ -26,7 +26,7 @@
* TODO: merge into the general Scheduler, so this can also be used to track
* Task runtimes in a more general way.
* TODO: handle fast iterations, where continueIter is called multiple times
* per tick, by counting the iterations per tick and use that for appoximation.
* per tick, by counting the iterations per tick and use that for approximation.
**/
class VCL_DLLPUBLIC TaskStopwatch
{