Re: 7.52 second kernel compile

From: David S. Miller (davem@redhat.com)
Date: Mon Mar 18 2002 - 19:38:38 EST


   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/



This archive was generated by hypermail 2b29 : Sat Mar 23 2002 - 22:00:17 EST