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.

how to pass parameters of a function when using timeit.Timer()

This is the outline of a simple program # some pre-defined constants A = 1 B = 2 # function that does something critical def foo(…

python timer
Running a Java method at a set time each day

I'm relatively new to Java and I've pick up a project to work on. However, I've run into a block. …

java timer schedule
Timer already cancelled

I have two timers to manage input(en-queue) and output (dequeue) from a FIFO queue but I keep getting a …

java multithreading timer timertask
What is the best way to program a delay in Delphi?

A Delphi application that I'm working on must delay for one, or sometimes two, second(s). I want to program …

delphi events timer delphi-xe2 sleep
DropWizard Metrics Meters vs Timers

I am learning the DropWizard Metrics library (formerly Coda Hale metrics) and I am confused as to when I should …

java timer dropwizard metrics codahale-metrics
Android: CountDownTimer skips last onTick()!

Code: public class SMH extends Activity { public void onCreate(Bundle b) { super.onCreate(b); setContentView(R.layout.main); TextView tv = (…

java android timer countdown countdowntimer
C# create a timer loop which runs code every 30 minutes?

I would like to input an autosave feature in my C# program which will run a line of code at …

c# visual-studio .net-4.0 timer autosave
Android: Accessing UI Element from timer thread

public Button stb; static int cnt=0; public ArrayList<RadioButton> Butgrp1 = new ArrayList<RadioButton>(); Timer myt; TimerTask …

android timer timertask
Why are .NET timers limited to 15 ms resolution?

Note that I'm asking about something that will call a callback function more often than once every 15 ms using something …

.net timer
System.Timers.Timer How to get the time remaining until Elapse

Using C#, how may I get the time remaining (before the elapse event will occur) from a System.Timers.Timer …

c# timer windows-services elapsedtime system.timers.timer