linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* timing an application
@ 2003-01-14 19:58 Maciej Soltysiak
  2003-01-14 20:07 ` Chris Friesen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Maciej Soltysiak @ 2003-01-14 19:58 UTC (permalink / raw)
  To: linux-kernel

Hi,

being inspired by some book about optimizing c++ code i decided to do
timing of functions i wrote. I am using gettimeofday to set
two timeval structs and calculate the time between them.
But the results depend heavily on the load, also i reckon that this
is an innacurate timing.

Any ideas on timing a function, or a block of code? Maybe some kernel
timers or something.

Regards,
Maciej Soltysiak

-----BEGIN GEEK CODE BLOCK-----
VERSION: 3.1
GIT/MU d-- s:- a-- C++ UL++++$ P L++++ E- W- N- K- w--- O! M- V- PS+ PE++
Y+ PGP- t+ 5-- X+ R tv- b DI+ D---- G e++>+++ h! y?
-----END GEEK CODE BLOCK-----

^ permalink raw reply	[flat|nested] 8+ messages in thread
* RE: timing an application
@ 2003-01-14 20:37 Howell, David P
  2003-01-14 21:34 ` David Mosberger
  0 siblings, 1 reply; 8+ messages in thread
From: Howell, David P @ 2003-01-14 20:37 UTC (permalink / raw)
  To: Maciej Soltysiak, linux-kernel

If this is on a IA32(Pentium II or later)/IA64 have you considered using
the processor TSC register to get interval timestamps? It's a lot
lighter weight and should give better resolution. When we have done this
we compared the tick values directly.

To convert TSC ticks to time the /proc/cpuinfo value for 'cpu MHz', see
the glibc get_clockfreq.c and hp_timing.h implementation for details.

Dave Howell

-----Original Message-----
From: Maciej Soltysiak [mailto:solt@dns.toxicfilms.tv] 
Sent: Tuesday, January 14, 2003 2:58 PM
To: linux-kernel@vger.kernel.org
Subject: timing an application

Hi,

being inspired by some book about optimizing c++ code i decided to do
timing of functions i wrote. I am using gettimeofday to set
two timeval structs and calculate the time between them.
But the results depend heavily on the load, also i reckon that this
is an innacurate timing.

Any ideas on timing a function, or a block of code? Maybe some kernel
timers or something.

Regards,
Maciej Soltysiak

-----BEGIN GEEK CODE BLOCK-----
VERSION: 3.1
GIT/MU d-- s:- a-- C++ UL++++$ P L++++ E- W- N- K- w--- O! M- V- PS+
PE++
Y+ PGP- t+ 5-- X+ R tv- b DI+ D---- G e++>+++ h! y?
-----END GEEK CODE BLOCK-----
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-01-15 12:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-14 19:58 timing an application Maciej Soltysiak
2003-01-14 20:07 ` Chris Friesen
2003-01-14 20:38   ` Corey Minyard
2003-01-14 20:20 ` Richard B. Johnson
2003-01-15 12:21   ` timing an application [results] Maciej Soltysiak
2003-01-14 22:09 ` timing an application Olaf Dietsche
2003-01-14 20:37 Howell, David P
2003-01-14 21:34 ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).