File: memorySpeed.h

package info (click to toggle)
nws 2.11-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,700 kB
  • ctags: 2,820
  • sloc: ansic: 28,849; sh: 3,289; java: 1,205; makefile: 697; perl: 12
file content (18 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* $Id: memorySpeed.h,v 1.1 2004/02/23 02:15:24 graziano Exp $ */

/**
 * Returns 1 if the memorySpeed monitor is available.
 */
int
MemorySpeedAvailable(   const char *opts);

/**
 * Run the memorySpeed skill. #opts# are the options and can be size (how
 * many MB to run the test) and mode (sequential vs random). If succesful
 * append the results to #results# (that contains #lenght# results).
 */
void
MemorySpeedUseSkill(    const char *opts,
			int *length,
			SkillResult **results);