Questions tagged [time-precision]
35 questions
0
votes
1 answer
Ultra low-latency in ubuntu 22.04
I should run a visual experimental project with Matlab or Python in which the time resolution is dramatically important! that's why I shift to Linux and use the low-latency kernel in ubuntu. but I thought there is an ultra-low-latency or something…

AzerilA
- 9
- 2
0
votes
1 answer
What is the purpose of these time counter refinement statements?
I'm trying to implement a GetTime helper function. It gets the current time, measured in counts, then gets the number of counts per second of the system, so you can get the current time in seconds with its relation.
But after that, there is some…

Shomismo
- 1
- 1
0
votes
0 answers
Timer callback with low precision in microsecond with thread and lock in c++
I wrote a timercallback class that don't have enough speed in running.
class Manager
{
...
void CallFunction(Function* m_function)
{
do
{
if (m_Status == TimerStatus::Paused)
{
…

Abbas Aliakbari
- 11
- 5
0
votes
1 answer
Fractional Second precision in DBMSs
I would like to know what Fractional Second Precision is, with some examples.
And how different DBMSs support it?

mounaim
- 1,132
- 7
- 29
- 56
0
votes
1 answer
Extreme precise repeated/continuous code-execution
In my company, I have a program which must send some data via UDP to a remote system not under our control.
The data must be send every 7981859ns (=7.98 milliseconds) +/- 0.001ms .
Sadly, older versions of that remote-system are breaking if we…

Martin L.
- 3,006
- 6
- 36
- 60