Searched refs:win32pdh (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dpyxpcom_test_tools.py11 import win32pdh namespace
17 # XXX - win32pdh is slow, particularly finding our current process.
20 # Our win32pdh specific functions - they can be at the top-level on all
26 items, instances = win32pdh.EnumObjectItems(None,None,object, -1)
30 format = win32pdh.PDH_FMT_LONG
32 hq = win32pdh.OpenQuery()
33 path = win32pdh.MakeCounterPath( (None,object,instance, None, -1,"ID Process") )
34 hc1 = win32pdh.AddCounter(hq, path)
35 path = win32pdh.MakeCounterPath( (None,object,instance, None, -1,"Working Set") )
36 hc2 = win32pdh
[all...]

Completed in 1199 milliseconds