예제 #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)