NT4/private/ntos/dd/histgram/perflib/histtrnm.h
2020-09-30 17:12:29 +02:00

30 lines
414 B
C

/*++
Copyright (c) 1994 Microsoft Corportaion
Module Name:
histtrnm.h
Abstract:
Offset definitions for extensible counter objects and counters.
Author:
Stephane Plante (2/2/95)
Revision History:
--*/
#define HISTGRAM_OBJECT 0
#define HISTGRAM_MEDIAN 2
#define HISTGRAM_RMEDIAN 4
#define HISTGRAM_WMEDIAN 6
#define HISTGRAM_REQUEST 8
#define HISTGRAM_RREQUEST 10
#define HISTGRAM_WREQUEST 12