mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
32 lines
645 B
Python
32 lines
645 B
Python
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
|
# Library: perfmon, version: unspecified
|
|
# Module: perfmon, version: unspecified
|
|
|
|
'Contains functions and objects wrapping the Performance Monitor APIs'
|
|
|
|
import typing
|
|
import builtins as _mod_builtins
|
|
|
|
def CounterDefinition() -> typing.Any:
|
|
...
|
|
|
|
def LoadPerfCounterTextStrings() -> typing.Any:
|
|
...
|
|
|
|
def ObjectType() -> typing.Any:
|
|
...
|
|
|
|
def PerfMonManager() -> typing.Any:
|
|
...
|
|
|
|
def UnloadPerfCounterTextStrings() -> typing.Any:
|
|
...
|
|
|
|
__doc__: str
|
|
__file__: str
|
|
__name__: str
|
|
__package__: str
|
|
def __getattr__(name) -> typing.Any:
|
|
...
|
|
|