comparison MeasVMS.h @ 3:405a1b793325

Some histogram stuff -- have feeling will go away when merge with VMS Nov 8
author SeanHalle
date Thu, 11 Nov 2010 05:34:50 -0800
parents a99b99c2b814
children
comparison
equal deleted inserted replaced
2:58f5261b1ec3 3:f7b4cab7f7c2
50 int numTimesCalled; 50 int numTimesCalled;
51 int firstOfTwo; 51 int firstOfTwo;
52 int nextCoreToGetNewPr; 52 int nextCoreToGetNewPr;
53 53
54 Histogram **addrOfSuspHist; 54 Histogram **addrOfSuspHist;
55 Histogram **addrOfMasterHist;
56 } 55 }
57 MeasVMSSemEnv; 56 MeasVMSSemEnv;
58 57
59 58
60 typedef struct 59 typedef struct
61 { 60 {
62 Histogram *suspHist; 61 Histogram *suspHist;
63 Histogram *masterHist; 62 Histogram *masterTimeHist;
63 Histogram *masterLockHist;
64 Histogram *createHist;
64 } 65 }
65 HistCarrier; 66 HistCarrier;
66 67
67 68
68 //=========================================================================== 69 //===========================================================================