Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Signed-off-by: jazmyne  <61342346+JMARRUJO91@users.noreply.github.com>
  • Loading branch information
JMARRUJO91 committed Aug 16, 2024
1 parent 0d73001 commit 9ce8ce1
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 0 deletions.
28 changes: 28 additions & 0 deletions _DataPerfCounters.h
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 added _DataPerfCounters.ini
Binary file not shown.
2 changes: 2 additions & 0 deletions _DataPerfCounters_d.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[info]
file=_DataPerfCounters.ini
27 changes: 27 additions & 0 deletions _NetworkingPerfCounters_v2.h
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 added _Networkingperfcounters_v2.ini
Binary file not shown.
2 changes: 2 additions & 0 deletions _Networkingperfcounters_v2_d.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[info]
file=_Networkingperfcounters_v2.ini

0 comments on commit 9ce8ce1

Please sign in to comment.