00001 /*************************************************************************** 00002 *cr 00003 *cr (C) Copyright 1995-2008 The Board of Trustees of the 00004 *cr University of Illinois 00005 *cr All Rights Reserved 00006 *cr 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * RCS INFORMATION: 00011 * 00012 * $RCSfile: Benchmark.h,v $ 00013 * $Author: johns $ $Locker: $ $State: Exp $ 00014 * $Revision: 1.2 $ $Date: 2008/03/27 19:36:35 $ 00015 * 00016 *************************************************************************** 00017 * DESCRIPTION: 00018 * 00019 * Various CPU/memory subsystem benchmarking routines. 00020 * The peak performance numbers achieved within a VMD build can be 00021 * used to determine how well the VMD build was optimized, the 00022 * performance of the host CPU/memory systems, SMP scaling efficiency, etc. 00023 * 00024 * The streaming memory bandwidth tests are an alternative implementation 00025 * of McCalpin's STREAM benchmark. 00026 * 00027 ***************************************************************************/ 00028 00029 00031 int stream_bench(int N, double *time, double *mbsec); 00032 00033 00034
1.2.14 written by Dimitri van Heesch,
© 1997-2002