summaryrefslogtreecommitdiff
path: root/scripts/internal/bench_oneshot.py
Commit message (Collapse)AuthorAgeFilesLines
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
|
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-1/+1
| | | rename OSX to macOS
* #357: does not support cpu_num() on Net and Open BSDGiampaolo Rodola2016-11-261-2/+5
|
* #799 - oneshot / linux: speedup memory_full_info and memory_mapsGiampaolo Rodola2016-11-051-0/+2
|
* 799 onshot / win: no longer store the handle in python; I am now sure this ↵Giampaolo Rodola2016-10-281-8/+6
| | | | is slower than using OpenProcess/CloseHandle in C
* #799 / win: pass handle also to memory_maps() and username() functionsGiampaolo Rodola2016-10-281-0/+2
|
* #799 / win: use oneshot() around num_threads() and num_ctx_switches(); ↵oneshot-winGiampaolo Rodola2016-10-281-0/+2
| | | | speedup from 1.2x to 1.8x
* update docGiampaolo Rodola2016-10-271-4/+2
|
* Merge branch 'oneshot' into oneshot-winGiampaolo Rodola2016-10-271-2/+2
|\
| * bench script: add psutil verGiampaolo Rodola2016-10-271-2/+2
| |
* | merge from oneshot branchGiampaolo Rodola2016-10-191-28/+48
|\ \ | |/
| * adjust winmake scriptGiampaolo Rodola2016-10-191-2/+4
| |
| * #799 / BSD: also include the name() in the oneshot() info; adds further speedupGiampaolo Rodola2016-10-081-0/+1
| |
| * #799 / OSX: also include proc.name() in the list of grouped oneshot infoGiampaolo Rodola2016-10-071-0/+1
| |
| * #799 / OSX: implement oneshot for PROC_PIDTASKINFOGiampaolo Rodola2016-10-071-3/+7
| |
| * #799 / OSX: implement oneshot for kinfo_proc infoGiampaolo Rodola2016-10-071-0/+8
| |
| * remove make cmd committed by accidentGiampaolo Rodola2016-08-241-1/+2
| |
| * #799 add uids/userma,eGiampaolo Rodola2016-08-131-0/+2
| |
| * #799 cache cpu_times, memory_info and ppid a Process class levelGiampaolo Rodola2016-08-131-15/+16
| |
| * refactor benchmark scriptGiampaolo Rodola2016-08-081-13/+12
| |
* | update oneshot() win docGiampaolo Rodola2016-08-081-1/+1
| |
* | merge oneshot branchGiampaolo Rodola2016-08-081-40/+36
|\ \ | |/
| * from __future__ import divisionGiampaolo Rodola2016-08-061-1/+1
| |
| * fix benchmark script showing erroneous slowdownGiampaolo Rodola2016-08-061-1/+1
| |
| * #799: use timeit module for doing benchmarkGiampaolo Rodola2016-08-061-15/+19
| |
* | #799 / windows / cpu_times: add io_counters() and cpu_affinity() supportGiampaolo Rodola2016-08-081-0/+2
| |
* | #799 / windows / cpu_times: add ionice() supportGiampaolo Rodola2016-08-051-1/+2
| |
* | #799 / windows / cpu_times: add nice() supportGiampaolo Rodola2016-08-051-0/+1
| |
* | #799 / windows / cpu_times: add memory_info() supportGiampaolo Rodola2016-08-051-4/+19
|/
* #799 - oneshot: solaris implementation 1.37x speedupGiampaolo Rodola2016-08-051-0/+15
|
* update docGiampaolo Rodola2016-08-031-6/+28
|
* #799: BSD: use onectx() also for proc memory infoGiampaolo Rodola2016-08-031-2/+4
|
* #799: oneshot() BSD implementationGiampaolo Rodola2016-08-031-0/+3
|
* enhance benchmark scriptGiampaolo Rodola2016-08-031-2/+4
|
* enhance benchmark scriptGiampaolo Rodola2016-08-031-7/+17
|
* #799 add benchmark scriptGiampaolo Rodola2016-08-031-0/+60