コード例 #1
0
ファイル: _psbsd.py プロジェクト: THM1/fly-laserbox
 def get_process_create_time(self):
     """Return the start time of the process as a number of seconds since
     the epoch."""
     return _psutil_bsd.get_process_create_time(self.pid)
コード例 #2
0
ファイル: _psbsd.py プロジェクト: OYZQ/odoo_qingjia
 def get_process_create_time(self):
     """Return the start time of the process as a number of seconds since
     the epoch."""
     return _psutil_bsd.get_process_create_time(self.pid)
コード例 #3
0
ファイル: _psbsd.py プロジェクト: dksr/REMIND
 def get_process_create_time(self, pid):
     return _psutil_bsd.get_process_create_time(pid)