search for: 28s

Displaying 20 results from an estimated 58 matches for "28s".

Did you mean: 28
2007 Aug 06
4
Function for trim blanks from a string(s)?
.../matrices etc but I don't even see one that processes a single string. But I've searched and I don't even see that. There's a strtrim function but it does something completely different. -- View this message in context: http://www.nabble.com/Function-for-trim-blanks-from-a-string%28s%29--tf4226133.html#a12022374 Sent from the R help mailing list archive at Nabble.com.
2002 Oct 24
4
plot slow?
Hi, I just installed R and am comparing it to other packages (such as Igor). So, you'll have to excuse me if this is a stupid question. I run the simple command: plot(1:1000000) And it seems SO slow! Igor blasts through this. My theory is that R is redrawing the screen for every point that's being graphed. Is it possible to control how often R redraws a plot as its building it -
2006 Oct 27
3
Kernel 2.2.18 to 2.2.25 as HVM on xen 3.0.3 freeze every 28s or less
Hi, For various bad reasons I must run a kernel 2.2.X and I tried to get it running on Xen 3.0.3. The virtual machine freeze every 28s (or less) for 1-3 secs which makes it unusable as demonstrated by: # while true; do date; sleep 1; done Thu Oct 26 18:03:36 PDT 2006 <missing> Thu Oct 26 18:03:38 PDT 2006 or # ping my-xen 64 bytes from 172.21.1.102: icmp_seq=0 ttl=255 time=8.5 ms 64 bytes from 172.21.1.102: icmp_seq=1 ttl=...
2008 Sep 30
2
[LLVMdev] Inserting MachineBasicBlock(s) before a MachineBasicBlock
...d I do that? Some general questions: Why are there multiple MachineBasicBlocks per BasicBlock? What is the motivation behind this representation? Is there any example in the codebase of doing the above? Thanks, -- View this message in context: http://www.nabble.com/Inserting-MachineBasicBlock%28s%29-before-a-MachineBasicBlock-tp19746986p19746986.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2005 Sep 28
1
boxplot and xlim confusion?
...page with a nice big gap in the middle. Does any of you have an explanation for that? names <- c( "LSU>, stop", ">LSU, start", "SSU>, stop", ">SSU, start", "TSU>, stop", ">TSU, start") elsustop <- read.table("28s.euk.accuracy.stop.dev") [skipped lots of read.table, which just reads files with one number on each line] par(mfcol=c(1,3)) par(mai = c(0,0,0.5,0.2), omi = c(1,1,1,1)) xaxis = c(-6000,1000) yaxis = c(0,7) #plot.new() #plot.window(xlim=xaxis, ylim=yaxis) boxplot(alsustop$V1 ,alsustart$V1 ,ass...
2012 Dec 06
9
courier mail for Centos
Are there existing rpms for courier mta? I am working from: http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-fedora-14-x86_64 And am making progress with postfix and mysql, but looking ahead to other steps. I see squirrelmail is in EPEL.
2011 Dec 02
12
puppet master under passenger locks up completely
I came in this morning to find all the servers all locked up solid: # passenger-status ----------- General information ----------- max = 20 count = 20 active = 20 inactive = 0 Waiting on global queue: 236 ----------- Domains ----------- /etc/puppet/rack: PID: 2720 Sessions: 1 Processed: 939 Uptime: 9h 22m 18s PID: 1615 Sessions: 1 Processed: 947 Uptime: 9h 23m
2010 Jan 06
1
Re: Lingoes 2
dimesio wrote: > > durammx wrote: > > Hi all! > > I trying to run this program (http://appdb.winehq.org/objectManager.php?sClass=version&iId=17469) but I'm a really noob on wine. :? > > Can a big master of wine test? > > > > Also posted a bug (http://bugs.winehq.org/show_bug.cgi?id=19678) on bugzilla. > > > > Hope I did it well. >
2006 Jun 13
1
Recommendations please for plugin(s)
For my application I''m going to be in need of a 1-small calendar (pop up kind) where a user would click on a month/date and it would be sent back to the form action. 2-also some kind of textarea / htmlarea plugin I''ve perused around the plugin directory and possible found a calendar. I think dynarch is the name and included in a suite. As for the htmlarea I think there was a
2009 Nov 09
0
Error in describe Unused Argument(s)
...ribe(NCS,weights=NCS$w1) I get this error message: Error in describe(NCS, weights = NCS$w1) : unused argument(s) (weights = c(2.49460916442049,... Do you know why it is not using the weights argument? -- View this message in context: http://old.nabble.com/Error-in-describe-Unused-Argument%28s%29-tp26269822p26269822.html Sent from the R help mailing list archive at Nabble.com.
2018 Jan 30
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...e were some problems with the measurements in that blog > post. I built LLD with the RelWithDebInfo configuration which we later > found out uses /Ob1 instead of /Ob2. That was worth some cycles. Then > there were some more optimizations that went in after that. And to get > down to 28s I also used an LTO'ed build of lld. > > If you're building LLD at ToT you should have everything needed to > reproduce those numbers, but it will vary depending on the speed of your > CPU obviously. > > On Tue, Jan 30, 2018 at 9:21 AM Leonardo Santagada <santagada at gm...
2018 Jan 30
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...: It turns out there were some problems with the measurements in that blog post. I built LLD with the RelWithDebInfo configuration which we later found out uses /Ob1 instead of /Ob2. That was worth some cycles. Then there were some more optimizations that went in after that. And to get down to 28s I also used an LTO'ed build of lld. If you're building LLD at ToT you should have everything needed to reproduce those numbers, but it will vary depending on the speed of your CPU obviously. On Tue, Jan 30, 2018 at 9:21 AM Leonardo Santagada <santagada at gmail.com> wrote: > Tod...
2018 Jan 31
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...lems with the measurements in that blog >> post. I built LLD with the RelWithDebInfo configuration which we later >> found out uses /Ob1 instead of /Ob2. That was worth some cycles. Then >> there were some more optimizations that went in after that. And to get >> down to 28s I also used an LTO'ed build of lld. >> >> If you're building LLD at ToT you should have everything needed to >> reproduce those numbers, but it will vary depending on the speed of your >> CPU obviously. >> >> On Tue, Jan 30, 2018 at 9:21 AM Leonardo Santa...
2018 Jan 31
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...asurements in that blog >>> post. I built LLD with the RelWithDebInfo configuration which we later >>> found out uses /Ob1 instead of /Ob2. That was worth some cycles. Then >>> there were some more optimizations that went in after that. And to get down >>> to 28s I also used an LTO'ed build of lld. >>> >>> If you're building LLD at ToT you should have everything needed to >>> reproduce those numbers, but it will vary depending on the speed of your CPU >>> obviously. >>> >>> On Tue, Jan 30, 2018 a...
2020 Sep 16
4
smbd do not start
Hello all; I am installing samba4 (version 4.9.5) on Debian 10.5 to use it as a member of a samba4 AD DC domain (version 4.11.4). I am following the guide https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member but I am having problems starting samba. So far I have installed the necessary packages listed here
2018 Jan 31
1
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...gt; >>> post. I built LLD with the RelWithDebInfo configuration which we later > >>> found out uses /Ob1 instead of /Ob2. That was worth some cycles. Then > >>> there were some more optimizations that went in after that. And to > get down > >>> to 28s I also used an LTO'ed build of lld. > >>> > >>> If you're building LLD at ToT you should have everything needed to > >>> reproduce those numbers, but it will vary depending on the speed of > your CPU > >>> obviously. > >>> >...
2018 Jan 20
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...hrome is actually one of my exact benchmark cases. When building blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% reduction in link time. We have some other optimizations in the pipeline but not upstream yet. My best time so far (including other optimizations not yet upstream) is 28s on blink_core.dll, compared to 110s with /debug On Sat, Jan 20, 2018 at 12:28 PM Leonardo Santagada <santagada at gmail.com> wrote: > On Sat, Jan 20, 2018 at 9:05 PM, Zachary Turner <zturner at google.com> > wrote: > >> You probably don't want to go down the same rou...
2018 Jan 30
4
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
You can make a PDB per lib (consider msvcrtd.pdb which ships with MSVC), but all these per-lib PDBs would have to be merged into a single master PDB at the end, so you still can't avoid that final . In a way, that's similar to the idea behind /DEBUG:FASTLINK (keep the debug info in object files to eliminate the cost of merging types and symbol records) and we know what the problems with
2018 Jan 30
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...d be great to group our 3k obj debug information in groups so that this linking steps can be paralelizable. Is there any support maybe for merging pdb with pdb util and then feeding that to lld-link instead of .obj debug info? I also re-read the post about ghash and it says blink links in 88s, the 28s you talk about is with unrelased optimizations only? On Tue, Jan 30, 2018 at 5:54 AM, Zachary Turner <zturner at google.com> wrote: > You can make a PDB per lib (consider msvcrtd.pdb which ships with MSVC), > but all these per-lib PDBs would have to be merged into a single master PDB...
2018 Jan 20
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...xact benchmark cases. When building > blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% > reduction in link time. We have some other optimizations in the pipeline > but not upstream yet. > > My best time so far (including other optimizations not yet upstream) is > 28s on blink_core.dll, compared to 110s with /debug > On Sat, Jan 20, 2018 at 12:28 PM Leonardo Santagada <santagada at gmail.com> > wrote: > >> On Sat, Jan 20, 2018 at 9:05 PM, Zachary Turner <zturner at google.com> >> wrote: >> >>> You probably don'...