HomeSort by: relevance | last modified time | path
    Searched refs:psutil (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/
util.py 250 using the psutil module which provides a simple platform
253 TODO: Reimplement this without using psutil so we can
259 import psutil
261 psutilProc = psutil.Process(pid)
262 # Handle the different psutil API versions
264 # psutil >= 2.x
267 # psutil 1.x
272 except psutil.NoSuchProcess:
275 except psutil.NoSuchProcess:
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
util.py 430 import psutil # noqa: F401
433 return (False, "Requires the Python psutil module but it could"
439 (recursively). It is currently implemented using the psutil module on some
442 TODO: Reimplement this without using psutil on all platforms so we can
449 import psutil
451 psutilProc = psutil.Process(pid)
452 # Handle the different psutil API versions
454 # psutil >= 2.x
457 # psutil 1.x
462 except psutil.NoSuchProcess
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
SATestUtils.py 90 import psutil as ps
125 # back off to subprocess if we don't have psutil installed

Completed in 25 milliseconds