ReactOS Fundraising Campaign 2012
€ 4,410 / € 30,000
Information
|
Donate
Home
|
Info
|
Community
|
Development
|
myReactOS
|
Contact Us
Navigation
Home
Community
Development
myReactOS
Fundraiser 2012
Doxygen
Main Page
Alphabetical List
Data Structures
Directories
File List
Data Fields
Globals
Related Pages
Search
ReactOS Development
> Doxygen
base
applications
taskmgr
Data Structures
|
Defines
|
Functions
perfdata.h File Reference
Go to the source code of this file.
Data Structures
struct
PPERFDATA
Defines
#
define
Li2Double
(
x
) ((double)((
x
).HighPart) * 4.294967296E9 + (double)((x).LowPart))
Functions
BOOL
PerfDataInitialize
(
void
)
void
PerfDataUninitialize
(
void
)
void
PerfDataRefresh
(
void
)
BOOL
PerfDataGet
(
ULONG
Index
, PPERFDATA *lppData)
ULONG
PerfDataGetProcessIndex
(
ULONG
pid
)
ULONG
PerfDataGetProcessCount
(
void
)
ULONG
PerfDataGetProcessorUsage
(
void
)
ULONG
PerfDataGetProcessorSystemUsage
(
void
)
BOOL
PerfDataGetImageName
(
ULONG
Index
,
LPTSTR
lpImageName,
int
nMaxCount
)
ULONG
PerfDataGetProcessId
(
ULONG
Index
)
BOOL
PerfDataGetUserName
(
ULONG
Index
,
LPTSTR
lpUserName,
int
nMaxCount
)
ULONG
PerfDataGetSessionId
(
ULONG
Index
)
ULONG
PerfDataGetCPUUsage
(
ULONG
Index
)
LARGE_INTEGER
PerfDataGetCPUTime
(
ULONG
Index
)
ULONG
PerfDataGetWorkingSetSizeBytes
(
ULONG
Index
)
ULONG
PerfDataGetPeakWorkingSetSizeBytes
(
ULONG
Index
)
ULONG
PerfDataGetWorkingSetSizeDelta
(
ULONG
Index
)
ULONG
PerfDataGetPageFaultCount
(
ULONG
Index
)
ULONG
PerfDataGetPageFaultCountDelta
(
ULONG
Index
)
ULONG
PerfDataGetVirtualMemorySizeBytes
(
ULONG
Index
)
ULONG
PerfDataGetPagedPoolUsagePages
(
ULONG
Index
)
ULONG
PerfDataGetNonPagedPoolUsagePages
(
ULONG
Index
)
ULONG
PerfDataGetBasePriority
(
ULONG
Index
)
ULONG
PerfDataGetHandleCount
(
ULONG
Index
)
ULONG
PerfDataGetThreadCount
(
ULONG
Index
)
ULONG
PerfDataGetUSERObjectCount
(
ULONG
Index
)
ULONG
PerfDataGetGDIObjectCount
(
ULONG
Index
)
BOOL
PerfDataGetIOCounters
(
ULONG
Index
, PIO_COUNTERS pIoCounters)
ULONG
PerfDataGetCommitChargeTotalK
(
void
)
ULONG
PerfDataGetCommitChargeLimitK
(
void
)
ULONG
PerfDataGetCommitChargePeakK
(
void
)
ULONG
PerfDataGetKernelMemoryTotalK
(
void
)
ULONG
PerfDataGetKernelMemoryPagedK
(
void
)
ULONG
PerfDataGetKernelMemoryNonPagedK
(
void
)
ULONG
PerfDataGetPhysicalMemoryTotalK
(
void
)
ULONG
PerfDataGetPhysicalMemoryAvailableK
(
void
)
ULONG
PerfDataGetPhysicalMemorySystemCacheK
(
void
)
ULONG
PerfDataGetSystemHandleCount
(
void
)
ULONG
PerfDataGetTotalThreadCount
(
void
)
Generated on Thu May 24 2012 04:43:54 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.