in reply to Re^2: Timer implementation
in thread Timer implementation
Your implementation context is CGI script, but that is not your application. Your application may be timing a database query or some such. So, what is the application?
You need to decide what it is that you want to report - wall clock time or process time.
With most operating systems that are not designed for real time environments reporting wall clock times of less than a few milliseconds is fairly meaningless because time slices for tasks are of that order and will render any real time reporting at that level meaningless.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Timer implementation
by bash (Scribe) on Sep 16, 2008 at 02:53 UTC | |
by GrandFather (Saint) on Sep 16, 2008 at 03:19 UTC | |
by cramdorgi (Acolyte) on Sep 16, 2008 at 09:42 UTC | |
by bash (Scribe) on Sep 16, 2008 at 13:47 UTC | |
by shmem (Chancellor) on Sep 16, 2008 at 22:09 UTC |