示例#1
0
 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
 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)