-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: jazmyne <61342346+JMARRUJO91@users.noreply.github.com>
- Loading branch information
1 parent
0d73001
commit 9ce8ce1
Showing
6 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
//------------------------------------------------------------------------------ | ||
// <copyright file="_dataperfcounters.h" company="Microsoft"> | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// </copyright> | ||
//------------------------------------------------------------------------------ | ||
|
||
|
||
/**************************************************************************\ | ||
* | ||
* Copyright (c) 1998-2002, Microsoft Corp. All Rights Reserved. | ||
* | ||
* Module Name: | ||
* | ||
* _dataperfcounters.h | ||
* | ||
* Abstract: | ||
* | ||
* Revision History: | ||
* | ||
\**************************************************************************/ | ||
#define OBJECT_1 0; | ||
#define DEVICE_COUNTER_1 2; | ||
#define DEVICE_COUNTER_2 4; | ||
#define DEVICE_COUNTER_3 6; | ||
#define DEVICE_COUNTER_4 8; | ||
#define DEVICE_COUNTER_5 10; | ||
#define DEVICE_COUNTER_6 12; | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[info] | ||
file=_DataPerfCounters.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
//------------------------------------------------------------------------------ | ||
// <copyright file="_NetworkingPerfCounters.h" company="Microsoft"> | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// </copyright> | ||
//------------------------------------------------------------------------------ | ||
|
||
|
||
/**************************************************************************\ | ||
* | ||
* Copyright (c) 1998-2002, Microsoft Corp. All Rights Reserved. | ||
* | ||
* Module Name: | ||
* | ||
* _NetworkingPerfCounters.h | ||
* | ||
* Abstract: | ||
* | ||
* Revision History: | ||
* | ||
\**************************************************************************/ | ||
#define OBJECT_1 0; | ||
#define DEVICE_COUNTER_1 2; | ||
#define DEVICE_COUNTER_2 4; | ||
#define DEVICE_COUNTER_3 6; | ||
#define DEVICE_COUNTER_4 8; | ||
#define DEVICE_COUNTER_5 10; | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[info] | ||
file=_Networkingperfcounters_v2.ini |