コード例 #1
0
ファイル: _psbsd.py プロジェクト: aizhan00000/parser
 def num_ctx_switches(self):
     return _common.pctxsw(*cext.proc_num_ctx_switches(self.pid))
コード例 #2
0
ファイル: _psbsd.py プロジェクト: 2089764/psutil
 def num_ctx_switches(self):
     return _common.pctxsw(*cext.proc_num_ctx_switches(self.pid))