Bug#649402: [PATCH] time overestimates max RSS by a factor of 4

2012-03-25 Thread Bob Proulx
Miles Bader wrote: > Hi, I'm curious if there's a reason this patch hasn't been applied > yet; it's a very obvious (and kind of silly) bug... > > If you're just waiting for an updated patch, and the original author doesn't > have time to make one, I'd be willing to do it... I am in the process of

Bug#649402: [PATCH] time overestimates max RSS by a factor of 4

2012-03-25 Thread Miles Bader
Package: time Version: 1.7-23.1 Followup-For: Bug #649402 Hi, I'm curious if there's a reason this patch hasn't been applied yet; it's a very obvious (and kind of silly) bug... If you're just waiting for an updated patch, and the original author doesn't have time to make one, I'd be willing to do

Bug#649402: [PATCH] time overestimates max RSS by a factor of 4

2011-11-20 Thread Richard Kettlewell
Package: time Version: 1.7-23.1 $ \time grep VmRSS /proc/self/status VmRSS: 524 kB 0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 3072maxresident)k 0inputs+0outputs (0major+238minor)pagefaults 0swaps The reason is that it converts ru_maxrss from pages to kilobytes, but it i