H
Haneef
Hi All
The problem is that I need to keep track of time in my program.
Getting time using system calls every time I need is definitely very
expensive.
So one solution could be to spawn a thread and keep incrementing the
time. But I dont want another thread just to maintain the time.
Please let me know if you have any other solutions. Any Links also
would be helpful.
Thanks in advance,
Haneef
The problem is that I need to keep track of time in my program.
Getting time using system calls every time I need is definitely very
expensive.
So one solution could be to spawn a thread and keep incrementing the
time. But I dont want another thread just to maintain the time.
Please let me know if you have any other solutions. Any Links also
would be helpful.
Thanks in advance,
Haneef