search for: elapsedtim

Displaying 20 results from an estimated 21 matches for "elapsedtim".

Did you mean: elapsedtime
2010 Sep 19
2
get time as a number
Hi, all, How to get a time as a number? While script is running, I want to print the elapsed time something like TIME_AS_SECOND() in the following script inittime <- TIME_AS_SECOND() for (i in 1:100){ do_something(i) curtime <- TIME_AS_SECOND() elapsedtime <- curtime-inittime print(paste(i, elapsedtime)) } Thanks in advance, Hyunchul [[alternative HTML version deleted]]
2006 Jul 25
2
Losing precision while copying interval type data (Postgres)
Hi I am trying to use active record to copy some data. One of the entry I am copying is type interval (Postgres); however, it lose some precision after I copied that column. Here is what I did: @newData.elapsedtime = @oldData.elapsedtime @newData.save Result: both displayed as 00:00:02.453 in the table, however, if I use the following command to convert its value into float ( SELECT date_part(''epoch''::text, [table].elapsedtime) AS date_part) AS elapsedtime_sec The original --> 2.452...
2005 Aug 23
6
priority of operators in the FOR ( ) statement
...er of iterations nr<-20 x<-numeric(nr); x[1]<-1; t<-1:nr; for (i in 1:nr-1) { xi<-x[i]; yi<-rnorm(1,mean=xi,sd=sigma); ui<-runif(1,0,1); ualphai<-alphayx(yi,xi); xn<-ifelse(ui<=ualphai,yi,xi); x[i+1]<-xn; } plot(t,x,type="p") endtime<-proc.time()[3]; elapsedTime<-endtime-starttime; cat("Elapsed time is", elapsedTime, "seconds", "\n") *****************************************************************************' This message is meant for the addressee only and may contain confidential and legally privileged infor...
2005 Aug 24
0
(Fwd) Re: priority of operators in the FOR ( ) statement
...or (i in 1:nr-1) { > xi<-x[i]; > yi<-rnorm(1,mean=xi,sd=sigma); > ui<-runif(1,0,1); > ualphai<-alphayx(yi,xi); > xn<-ifelse(ui<=ualphai,yi,xi); > x[i+1]<-xn; > } > > plot(t,x,type="p") > > endtime<-proc.time()[3]; > elapsedTime<-endtime-starttime; > cat("Elapsed time is", elapsedTime, "seconds", "\n") > ***************************************************** > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch...
2015 May 13
2
[LLVMdev] Confusing buildbot failure in LLVM on sanitizer-x86_64-linux
.../builds/17916/steps/annotate/logs/stdio > > -- Testing: 258 tests, 16 threads -- > Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. > command timed out: 1200 seconds without output, attempting to kill > process killed by signal 9 > program finished with exit code -1 > elapsedTime=3507.624426 > > The annotator should probably include that timeout text in the failing > step, so that sounds like a bug. > > Another issue is that tsan times out sometimes. > Also - how often are the timeouts actually indicative of regressions. Perhaps we could flag them as &qu...
2011 Sep 20
2
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
...suosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support/Release+Asserts/APFloat.o] > Error 1 > make[1]: Leaving directory > `/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support' > make: *** [all] Error 1 > program finished with exit code 2 > elapsedTime=0.802856 > > > > On Tue, Sep 20, 2011 at 10:59 AM, Galina Kistanova <gkistanova at gmail.com> wrote: >> Hello everybody, >> >> Just a short note that clang build "clang-native-arm-cortex-a9" is >> broken and the very last successful build was...
2015 May 14
0
[LLVMdev] Confusing buildbot failure in LLVM on sanitizer-x86_64-linux
.../logs/stdio >> >> -- Testing: 258 tests, 16 threads -- >> Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. >> command timed out: 1200 seconds without output, attempting to kill >> process killed by signal 9 >> program finished with exit code -1 >> elapsedTime=3507.624426 >> >> The annotator should probably include that timeout text in the failing >> step, so that sounds like a bug. >> >> Another issue is that tsan times out sometimes. >> > > Also - how often are the timeouts actually indicative of regressions....
2011 Sep 20
0
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
...ome/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support/Release+Asserts/APFloat.o] Error 1 make[1]: Leaving directory `/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support' make: *** [all] Error 1 program finished with exit code 2 elapsedTime=0.802856 On Tue, Sep 20, 2011 at 10:59 AM, Galina Kistanova <gkistanova at gmail.com> wrote: > Hello everybody, > > Just a short note that clang build "clang-native-arm-cortex-a9" is > broken and the very last successful build was for revision 139932. > All newer...
2015 May 29
2
[LLVMdev] Confusing buildbot failure in LLVM on sanitizer-x86_64-linux
...;>> -- Testing: 258 tests, 16 threads -- >>> Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. >>> command timed out: 1200 seconds without output, attempting to kill >>> process killed by signal 9 >>> program finished with exit code -1 >>> elapsedTime=3507.624426 >>> >>> The annotator should probably include that timeout text in the failing >>> step, so that sounds like a bug. >>> >>> Another issue is that tsan times out sometimes. >>> >> >> Also - how often are the timeouts actu...
2011 Sep 20
3
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
Hello everybody, Just a short note that clang build "clang-native-arm-cortex-a9" is broken and the very last successful build was for revision 139932. All newer revisions fail. The builder is available here: http://172.16.0.135:8011/waterfall Thanks Galina
2015 May 13
2
[LLVMdev] Confusing buildbot failure in LLVM on sanitizer-x86_64-linux
Alexey, I got mail from one of the tsan buildbots, claiming a breakage in tsan tests. But I cannot see anything on the logs it has for the build. http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/17916/steps/run%2064-bit%20tsan%20unit%20tests/logs/stdio Any ideas? Thanks. Diego. ---------- Forwarded message ---------- From: <llvm.buildmaster at lab.llvm.org> Date: Wed,
2009 Jan 28
2
How to retrieve a phone number from call forwarding?
...ATIVA DAVID DNIDDigits= 12222222 RDNIS= (N/A) State= Up (6) Rings= 0 NativeFormat= 0x4 (ulaw) WriteFormat= 0x4 (ulaw) ReadFormat= 0x4 (ulaw) 1stFileDescriptor= 23 Framesin= 0 Framesout= 0 TimetoHangup= 0 ElapsedTime= 0h0m0s Context= voicepulse-in Extension= 12222222 Priority= 4 CallGroup= PickupGroup= Application= DumpChan Data= (Empty) Blocking_in= (Not Blocking) Variables: SIPCALLID=282e93ca78805a039fdf01729af52c at 64.62.94.171 SIPUSERAGENT=...
2011 Sep 20
1
[LLVMdev] [cfe-commits] Clang build "clang-native-arm-cortex-a9" is broken
...-arm-cortex-a9/llvm/lib/Support/Release+Asserts/APFloat.o] >> Error 1 >> make[1]: Leaving directory >> `/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support' >> make: *** [all] Error 1 >> program finished with exit code 2 >> elapsedTime=0.802856 >> >> >> >> On Tue, Sep 20, 2011 at 10:59 AM, Galina Kistanova <gkistanova at gmail.com> wrote: >>> Hello everybody, >>> >>> Just a short note that clang build "clang-native-arm-cortex-a9" is >>> broken and th...
2017 Aug 03
2
[LNT] new server instance http://lnt.llvm.org seems unstable
...h1>Internal Server Error</h1> <p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p> 2017-08-03 00:24:44 INFO: Running process cleanup. program finished with exit code 1 elapsedTime=20725.395111 Best, Tobias > > Best, > Tobias > > On Wed, Aug 2, 2017, at 21:51, Matthias Braun via llvm-dev wrote: > > Actually I just remember LNT has a page for viewing the log: > > > > http://lnt.llvm.org/log > > > > ... > > OperationalEr...
2015 Jul 06
0
Unisteam not showing callerid
...Ring (4) Rings= 0 NativeFormat= (ulaw|alaw) WriteFormat= ulaw ReadFormat= ulaw RawWriteFormat= ulaw RawReadFormat= ulaw WriteTranscode= No ReadTranscode= No 1stFileDescriptor= 1652 Framesin= 0 Framesout= 0 TimetoHangup= 0 ElapsedTime= 0h0m0s BridgeID= (Not bridged) Context= office Extension= 4203 Priority= 1 CallGroup= 4 PickupGroup= 4 Application= DumpChan Data= (Empty) Blocking_in= (Not Blocking) Variables: ===========================...
2009 Dec 16
1
WinBUGS - R2WinBUGS problem
....UpdateMonitors [0000011CH] .chain INTEGER 0 .monitor UpdaterActions.Monitor [01C59510H] BugsCmds.Action.Step [00000BCAH] .a BugsCmds.Action [011D40C0H] .chain INTEGER 0 .i INTEGER 8 .j INTEGER 1000 .numChains INTEGER 1 BugsCmds.Action.Do [00000C58H] .a BugsCmds.Action [011D40C0H] .elapsedTime LONGINT 62EC21F162EB0384H .profileList ARRAY 2024 OF CHAR "" ... .res INTEGER 1635734111 .s ARRAY 120 OF CHAR 3X ... Services.Exec [00000136H] .a Services.Action [011D40C0H] .t POINTER [62EB0384H] Services.IterateOverActions [000002F4H] .p Services.Action [011D40C0H] .t...
2009 Jul 20
0
No subject
....1809 CallerID= 8221 CallerIDName= (N/A) DNIDDigits= (N/A) State= Up (6) Rings= 0 NativeFormat= 2 WriteFormat= 4 ReadFormat= 4 1stFileDescriptor= 74 Framesin= 3 Framesout= 0 TimetoHangup= 0 ElapsedTime= 0h0m0s Context= macro-testing Extension= s Priority= 1 CallGroup= PickupGroup= Application= DumpChan Data= (Empty) Blocking_in= (Not Blocking) Variables: MACRO_DEPTH=1> ARG1=30086 MACRO_PRIORITY=1 MACRO_CONTEXT=si...
2011 Sep 21
0
[LLVMdev] [cfe-commits] Clang build "clang-native-arm-cortex-a9" is broken
...Support/Release+Asserts/APFloat.o] >>> Error 1 >>> make[1]: Leaving directory >>> `/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support' >>> make: *** [all] Error 1 >>> program finished with exit code 2 >>> elapsedTime=0.802856 >>> >>> >>> >>> On Tue, Sep 20, 2011 at 10:59 AM, Galina Kistanova <gkistanova at gmail.com> wrote: >>>> Hello everybody, >>>> >>>> Just a short note that clang build "clang-native-arm-cortex-a9" is &g...
2004 Aug 06
2
buffer size from source to ice/shoutcast
Hello, I've built my own source for ICE/SHOUTcast, and it works pretty well except for one thing. After tuning into the server and listening for an 60-90 minutes you may hear a song skip ahead 30-90 seconds. I think I know why this is happening but I'mnot sure how to fix it. I think this is happening because my source is sending a little bit too much data to ICE/SHOUTcast. My formula
2014 Mar 11
1
PJSIP - dtmf mode is not updated when the far end doesn't support rfc2833
...Ring (4) Rings= 1 NativeFormat= (alaw) WriteFormat= alaw ReadFormat= alaw RawWriteFormat= alaw RawReadFormat= alaw WriteTranscode= No ReadTranscode= No 1stFileDescriptor= -1 Framesin= 0 Framesout= 0 TimetoHangup= 0 ElapsedTime= 0h0m0s BridgeID= (Not bridged) Context= from-external Extension= 039988120 Priority= 2 CallGroup= PickupGroup= Application= DumpChan Data= (Empty) Blocking_in= (Not Blocking) Variables: ===================================...