search for: timeused

Displaying 4 results from an estimated 4 matches for "timeused".

Did you mean: timeusec
2007 Feb 21
6
CPU stats problem
HI there, I?ve discovered DTrace few days ago and I?m currently stuck on a cpu stats problem. I?m trying to poll the cpu_t.cpu_acct[] array to pull idle, system and user values. So, I made this little script: ------------------------------------------------------------------------------------------------------ #!/usr/sbin/dtrace -s #pragma D option quiet this uint64_t start; this hrtime_t
2008 Sep 29
1
describe function in package Hmisc and function format.dates in chron (PR#13087)
Full_Name: Kem Phillips Version: 2.7.1 (2008-06-23) OS: Windows Xp professional Submission from: (NULL) (98.221.200.108) The Hmisc function describe fails, giving the error message: Error in formatDateTime(dd, atx, !timeUsed) : could not find function "format.dates" Loading the chron package, where function dates apparently resides, does not fix the problem. Note also that loading chron gives a warning. Earlier versions of chron from the archive failed to load properly. Please see the entire...
2008 Sep 03
1
problem with Hmisc
...n Chapter 8. I'm working on platform: Ubuntu 8.04 (i486-pc-linux-gnu) R version: 2.7.2 (2008-08-25) and my command sequence was: library(chron) library(Hmisc) load("prostate.sav") describe(prostate) The last command returned the error message: Error in formatDateTime(dd, atx, !timeUsed) : could not find function "format.dates" Thanks for any help you can give. Bob
2008 Jan 14
0
Controoler/View problem
Hi i''m new with ruby on rails. And i''m trying to build an application with an authentication method, I''m using the Recipe from the book "Rails Recipes". The thing is that i wrote the procedure inside the Login controller class, but when i try to access it I got an exception that say "couldn''t find Login With ID=signin" (signin is the method