Top "Timer" questions

Timer is a component that has the functionality to trigger a user defined action at regular intervals as configured by the user.

Best timing method in C?

What is the best way to time a code section with high resolution and portability? /* Time from here */ ProcessIntenseFunction(); /* to …

c performance timer timing
Jquery/Ajax call with timer

I have a php page that echos out rows from a database. I want to call it via jquery/ajax …

javascript jquery ajax timer setinterval
Wait some seconds without blocking UI execution

I would like to wait some seconds between two instruction, but WITHOUT blocking the execution. For example, Thread.Sleep(2000) it …

c# timer wait
C# Timer or Thread.Sleep

I am running a windows service and using a loop and Thread.Sleep to repeat a task, would it be …

c# timer
Timer & TimerTask versus Thread + sleep in Java

I found similar questions asked here but there weren't answers to my satisfaction. So rephrasing the question again- I have …

java timer while-loop sleep task
Get timer ticks in Python

I'm just trying to time a piece of code. The pseudocode looks like: start = get_ticks() do_long_code() print "…

python timer
Python loop to run for certain amount of seconds

I have a while loop, and I want it to keep running through for 15 minutes. it is currently: while True: #…

python time timer while-loop
C# - how do you stop a timer?

I know it sounds stupid, but I've tried everything to stop a timer, but the timer won't stop. I'm working …

c# .net timer
How i can run my TimerTask everyday 2 PM

I want to execute a job everyday 2PM . Which method of java.util.Timer i can use to schedule my …

java timer scheduled-tasks
Flutter Countdown Timer

How can I do to put the value passed in the construction, to make a timer that rounds to the …

timer dart flutter countdown