• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

giampaolo / psutil / 2229
93%

Build:
DEFAULT BRANCH: master
Ran 02 Dec 2017 09:08AM UTC
Jobs 1
Files 5
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2229

push

travis-ci

giampaolo
Faster Process.children(recursive=True) (#1186)

Before:
```
$ python -m timeit -s "import psutil; p = psutil.Process()" "list(p.children(recursive=True))"
10 loops, best of 3: 29.6 msec per loop
```

After:
```
$ python -m timeit -s "import psutil; p = psutil.Process()" "list(p.children(recursive=True))"
100 loops, best of 3: 12.4 msec per loop
```

For reference, non-recursive:
```
$ python -m timeit -s "import psutil; p = psutil.Process()" "list(p.children())"
100 loops, best of 3: 12.2 msec per loop
```

2057 of 2196 relevant lines covered (93.67%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2229.2 02 Dec 2017 09:08AM UTC 0
93.67
Travis Job 2229.2
Source Files on build 2229
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2229
  • f1d94cc2 on github
  • Prev Build on master (#2227)
  • Next Build on master (#2230)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc