|
|
1.1 root 1: /* vmmon.h 4.1 11/9/80 */
2:
3: #ifdef PGINPROF
4:
5: #define NDMON 128
6: #define NSMON 128
7:
8: #define DRES 20
9: #define SRES 5
10:
11: #define PMONMIN 20
12: #define PRES 50
13: #define NPMON 64
14:
15: #define RMONMIN 130
16: #define RRES 5
17: #define NRMON 64
18:
19: /* data and stack size distribution counters */
20: unsigned int dmon[NDMON+1];
21: unsigned int smon[NSMON+1];
22:
23: /* page in time distribution counters */
24: unsigned int pmon[NPMON+2];
25:
26: /* reclaim time distribution counters */
27: unsigned int rmon[NRMON+2];
28:
29: int pmonmin;
30: int pres;
31: int rmonmin;
32: int rres;
33:
34: unsigned rectime; /* accumulator for reclaim times */
35: unsigned pgintime; /* accumulator for page in times */
36: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.