// // perfctrs.h // // Offset definition file for exensible counter objects and counters // // These "relative" offsets must start at 0 and be multiples of 2 (i.e. // even numbers). In the Open Procedure, they will be added to the // "First Counter" and "First Help" values fo the device they belong to, // in order to determine the absolute location of the counter and // object names and corresponding help text in the registry. // // this file is used by the extensible counter DLL code as well as the // counter name and help text definition file (.INI) file that is used // by LODCTR to load the names into the registry. // #define MM_OBJ 0 #define HEAP_SIZE 2 #define FREE_HEAP 4 #define USED_HEAP_BEFORE 6 #define USED_HEAP_AFTER 8 #define PAUSE_TIME 10 #define NOOF_YC 12 #define NOOF_OC 14 #define RATE_YC 16 #define RATE_OC 18 #define MODEL_OBJ 20 #define LOADED_CLASSES 22 #define UNLOADED_CLASSES 24 #define CODEGEN_OBJ 26 #define METHODS_GENERATED 28 #define METHODS_OPT 30