コード例 #1
0
ファイル: _psosx.py プロジェクト: hybridlogic/psutil
 def get_process_create_time(self):
     """Return the start time of the process as a number of seconds since
     the epoch."""
     return _psutil_osx.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_osx.get_process_create_time(self.pid)