Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: third_party/psutil/README.chromium

Issue 8774018: Add psutil build step to fix pyauto media issues. Upgrade psutil to 0.4.0. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add OSX, WIN support. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Python process utilities 1 Name: Python process utilities
2 Short Name: psutil 2 Short Name: psutil
3 URL: http://code.google.com/p/psutil/ 3 URL: http://code.google.com/p/psutil/
4 Version: 0.3.1 4 Version: 0.4.0
5 License: BSD 5 License: BSD
6 License File: LICENSE 6 License File: LICENSE
7 Security Critical: Yes 7 Security Critical: Yes
8 8
9 Description: 9 Description:
10 psutil is a module providing an interface for retrieving information 10 psutil is a module providing an interface for retrieving information
11 on running processes and system utilization (CPU, memory) in a portable 11 on running processes and system utilization (CPU, memory) in a portable
12 way by using Python, implementing many functionalities offered by 12 way by using Python, implementing many functionalities offered by
13 command line tools like ps, top, kill, lsof and netstat. 13 command line tools like ps, top, kill, lsof and netstat.
14 14
15 Local Modifications: 15 Local Modifications:
16 None 16 None
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698