Most voted "clock" questions
5 questions
Sort by count of
-
1
votes1
answer386
viewsWhat do the terms CPU-time Wall-clock-time mean?
Some documentation (programming) refers to these terms when there is some sort of limitation as to the use of the CPU, for example: Background tasks are limited by the amount of time use of…
terminology multithreading functional-programming cpu clockasked 7 years, 8 months ago rubStackOverflow 7,372 -
0
votes0
answers42
viewsHow to ensure that a code in a Cortex-A is running at maximum CPU frequency
When executing a C code I need to execute every 30ms a set of calculations that transforms an image and that is taking up to 100ms which forces me to discard 3 of every 4 frames that I get. How can…
-
0
votes1
answer99
viewsHow to schedule a schedule with kivy
I want to make an event happen for 2 seconds at the speed of 29/30, after 5 seconds passed since the beginning of the program, with the following code: from kivy.app import App from…
-
0
votes1
answer31
viewsChange daughter class output in a time counter
Good morning, I’m trying to create a basketball scoreboard to start learning programming in java/android studio. I have created a class for the game time clock called timer that is working very…
-
-2
votes1
answer43
viewsPython Time module with Idle error
Idle is showing this error, and I can’t find a way to fix it, it seems that it hasn’t imported the time module or is not recognizing. If anyone can guide me.…