コード例 #1
0
ファイル: _psosx.py プロジェクト: mx739150/ambari-app
 def num_ctx_switches(self):
     return _common.pctxsw(*cext.proc_num_ctx_switches(self.pid))
コード例 #2
0
ファイル: _psosx.py プロジェクト: dangpu/momoko
 def num_ctx_switches(self):
     return _common.pctxsw(*cext.proc_num_ctx_switches(self.pid))