예제 #1
0
파일: _psosx.py 프로젝트: dangpu/momoko
 def create_time(self):
     return cext.proc_create_time(self.pid)
예제 #2
0
 def create_time(self):
     return cext.proc_create_time(self.pid)
예제 #3
0
파일: _psosx.py 프로젝트: ztop/psutil
 def create_time(self):
     """Return the start time of the process as a number of seconds since
     the epoch."""
     return cext.proc_create_time(self.pid)