search for: proc_time

Displaying 7 results from an estimated 7 matches for "proc_time".

Did you mean: proc_name
2010 Feb 10
2
system.time provides inaccurate sys.child (PR#14210)
...ev/null'")))) 10.77user 0.02system 0:10.81elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+4574minor)pagefaults 0swaps user.self sys.self elapsed user.child sys.child 0.000 0.000 10.818 10.777 10.777 attr(,"class") [1] "proc_time" Expected: the sys.child time should be 0.02. > version _ platform i486-pc-linux-gnu arch i486 os linux-gnu system i486, linux-gnu status...
2008 Mar 26
2
unix.time
Hi, As far as I can tell, The R function unix.time calculates elapsed CPU time. Is there a command within R to measure actual elapsed time (I think this is sometimes referred to as wall time)? For example, the time command from GNU time calculates the actual elapsed time, as far as I can tell. (Please CC me, I'm not subscribed.)
2008 Apr 26
1
sys.time question - how to improve R performance
Dear R-users, I run my program a difference between sys.times is as follows: user system elapsed 60167.53 2848.75 63278.93 I am quite puzzled how it may happen that system time is so much shorter than user time, I have 2 core computer most of the time (90%) I was not doing anything else with the computer. What could be the reason of such a difference? I switched off file indexing and all
2011 Nov 02
0
Calling str() on mlogit object gives warnings
...e+06 ... ..- attr(*, "dimnames")=List of 2 .. ..$ : chr [1:4] "price" "time" "change" "comfort" .. ..$ : chr [1:4] "price" "time" "change" "comfort" $ est.stat :List of 5 ..$ elaps.time:Class 'proc_time' Named num [1:5] 0.12 0 0.12 0 0 .. .. ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... ..$ nb.iter : num 5 ..$ eps : num [1, 1] 0.00014 ..$ method : chr "nr" ..$ code : num 2...
2014 Aug 17
9
[PATCH 01/10] bios/fan: add support for maxwell's fan management table v2
Re-use the therm-exported fan structure with only two minor modifications: - pwm_freq: u16 -> u32; - add fan_type (toggle or PWM) v2: - Do not memset the table to 0 as it erases the pre-set default values Signed-off-by: Martin Peres <martin.peres at free.fr> --- drm/Kbuild | 1 + drm/core/include/subdev/bios/fan.h | 1 + drm/core/subdev/bios/fan.c | 1
2007 Apr 24
0
R 2.5.0 is released
...tem() now takes the same set of arguments on all platforms, with those which are not applicable being ignored with a warning. Unix-alikes gain 'input' and 'wait', and Windows gains 'ignore.stderr'. o system.time() and proc.time() now return an object of class "proc_time" with a print() method that returns a POSIX-like format with names. o Sys.getenv() has a new argument 'unset' to allow unset and set to "" to be distinguished (if the OS does). The results of Sys.getenv() are now sorted (by name). o New function Sys.glob(), a wr...
2007 Apr 24
0
R 2.5.0 is released
...tem() now takes the same set of arguments on all platforms, with those which are not applicable being ignored with a warning. Unix-alikes gain 'input' and 'wait', and Windows gains 'ignore.stderr'. o system.time() and proc.time() now return an object of class "proc_time" with a print() method that returns a POSIX-like format with names. o Sys.getenv() has a new argument 'unset' to allow unset and set to "" to be distinguished (if the OS does). The results of Sys.getenv() are now sorted (by name). o New function Sys.glob(), a wr...