22 lines
618 B
Modula-2
22 lines
618 B
Modula-2
|
LIBRARY perfctrs
|
|||
|
|
|||
|
DESCRIPTION 'Performance Monitor Counter'
|
|||
|
|
|||
|
EXPORTS
|
|||
|
OpenNbfPerformanceData @1
|
|||
|
CollectNbfPerformanceData @2
|
|||
|
CloseNbfPerformanceData @3
|
|||
|
OpenTcpIpPerformanceData @4
|
|||
|
CollectTcpIpPerformanceData @5
|
|||
|
CloseTcpIpPerformanceData @6
|
|||
|
OpenIPXPerformanceData @7
|
|||
|
CollectIPXPerformanceData @8
|
|||
|
CloseIPXPerformanceData @9
|
|||
|
OpenSPXPerformanceData @10
|
|||
|
CollectSPXPerformanceData @11
|
|||
|
CloseSPXPerformanceData @12
|
|||
|
OpenNWNBPerformanceData @13
|
|||
|
CollectNWNBPerformanceData @14
|
|||
|
CloseNWNBPerformanceData @15
|
|||
|
|
|||
|
|