Tagged Questions

4
votes
4answers
975 views

Quick question: Java system clock

What's a simple/easy way to access the system clock using Java, so that I can calculate the elapsed time of an event?
0
votes
5answers
90 views

How Can I Check To See If the User Set His Clock Back?

In my desktop program, I want to check that to see if the user has set his clock back. To do so, I compare the timestamp of certain Operating System files to the current computer …
1
vote
3answers
53 views

How to read number and display it to unix console with pipe symbols.

Hi. Id like to make simple digital clock just from symbols. My idea was to make this template: { System.out.println(" _"); System.out.println("|" + "_"+ "|"); …
0
votes
1answer
52 views

wrong results for clock() on 64 bit

Hi all, I've got a simple benchmarking function using the C clock() function. start[timerId]=clock(); clock_t end; float dif_sec; end=clock(); dif_sec=((float)end-start[timerId]) …
4
votes
3answers
140 views

Calculating number of seconds between two points in time, in Cocoa, even when system clock has changed mid-way.

I'm writing a Cocoa OS X (Leopard 10.5+) end-user program that's using timestamps to calculate statistics for how long something is being displayed on the screen. Time is calculat …
1
vote
1answer
103 views
1
vote
3answers
193 views

Boost C++ date_time microsec_clock and second_clock

I discovered a strange result in Boost C++ date time library. There is inconsistency between microsec_clock and second_clock, and I don't understand why is that. I am using Windows …
0
votes
2answers
196 views

How do I get monotonic time durations in python?

I want to log how long something takes in real walltime. Currently I'm doing this: startTime = time.time() someSQLOrSomething() print "That took %.3f seconds" % (time.time() - sta …
0
votes
2answers
229 views

Getting a system-clock-change-tick in C#

Is their a way to execute a delegate or event in C# when for instance the seconds, minutes, hours,... change in the system-clock, without using a timer that checks every millisecon …
1
vote
2answers
85 views

Python sched.scheduler exceeds max recursion depth

Hello, I have recently started learning Python and part of the simple app I am making includes a timer with a hh:mm:ss display running in its own thread. Looking around the web I …
1
vote
11answers
1k views

Clock drift on Windows

I've developed a Windows service which tracks business events. It uses the Windows clock to timestamp events. However, the underlying clock can drift quite dramatically (e.g. losin …
0
votes
0answers
145 views

Any body know Clock animation using flex/flash/actionscript3?

In my application i want to show 5 clcok . In the clock shows international time depend on country based But Normal clock time i will get sytem time (getmintues and gethours ) and …
0
votes
2answers
392 views

How to generate event on a specific time of clock in C#?

How can i generate an event on a specific time say i want to generate alert at 8:00 AM that its 8:00 AM and on any given time of clock
0
votes
2answers
185 views

Extracting GPU information using C++ (and hopefully WMI?)

Hi everyone! I'd like to know how to extract GPU using C++. However, the information that I'm interested in is not the data that is available from the Win32_VideoController class …
6
votes
5answers
553 views

time.h - problem with clock()

I try to measure the clock cyles needed to execute a piece of code on the TMS32064x+ DSP that comes with the OMAP ZOOM 3430 MDK. I look at the "Programmer's Guide" of the DSP chip …

1 2 3 next
15 30 50 per page