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