Questions tagged as 'clock'

1
answer

What do the terms Cpu-time Wall-clock-time mean?

Some documentation (programming) refers to these terms when there is some kind of limitation on CPU usage, for example:    Background tasks are limited by the amount of time   use of the wall-clock .       Background tasks are limited to...
asked by 05.03.2017 / 15:14
1
answer

How to schedule a schedule with kivy

I want to make an event occur for 2 seconds at the speed of 29/30, after 5 seconds from the start of the program, with the following code: from kivy.app import App from kivy.uix.gridlayout import GridLayout from kivy.uix.label import Label fro...
asked by 09.12.2018 / 21:04
0
answers

How to ensure that a code in a Cortex-A is running at the maximum CPU frequency

When I run a code in C I need to run every 30ms a set of calculations that transforms an image and that is taking up to 100ms which forces me to discard 3 out of every 4 frames I get. How can I ensure that the CPU clock frequency is at its ma...
asked by 18.10.2016 / 15:39