Make the cycle more precise

Measure each cycle of process image synchronisation and do not build a mean value for that.
The cycle function is now exactly timed, even if the individual runtimes are different.
This commit is contained in:
2021-10-17 19:11:04 +02:00
parent 5c3568d4b8
commit b90e858fef
3 changed files with 17 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ setup(
license="LGPLv3",
name="revpimodio2",
version="2.5.8",
version="2.5.8b",
packages=["revpimodio2"],
python_requires="~=3.2",