Re: 7.52 second kernel compile

David S. Miller (davem@redhat.com)
Mon, 18 Mar 2002 16:38:38 -0800 (PST)


From: Cort Dougan <cort@fsmlabs.com>
Date: Mon, 18 Mar 2002 17:36:35 -0700

The structure of the program you suggested with more portable timing.

Oh, just something like:

gettimeofday(&stamp1);
for (A MILLION TIMES) {
TLB miss;
}
gettimeofday(&stamp2);

Franks a lot,
David S. Miller
davem@redhat.com
-
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/