search for: bicky

Displaying 8 results from an estimated 8 matches for "bicky".

Did you mean: picky
2024 Mar 25
1
Double buffering plots on Windows
Hi Paul Is there a concrete working example somewhere that shows how to use these to do an animation on Windows (R Gui &/or RStudio) using base R plot() and friends? I have several old examples somewhere that used to work (R < ~ 3), but now no longer work as before. Date: Mon, 25 Mar 2024 10:43:29 +1300 From: Paul Murrell <paul at stat.auckland.ac.nz<mailto:paul at
2024 Mar 22
2
Double buffering plots on Windows
Hello: I want to present a sequence of plots as an animation. As a toy example consider the code function(n){for (i in 1:n){ plot(1:100,sin(i*(1:100)),type="l") title(paste("n=",i)) segments(0,0,100,0,col=2) }} This sort-of works on a MacOS platform, but the rendering of the plots is a bit choppy. Inserting a sleep function allows the plots to evolve smoothly.
2017 Jul 03
1
R console not echoing input
I have a weird problem running R.app 3.3.2 under Mac OS X 10.10.5. I was trying to interrupt a command line using various Control codes until I discovered that ?Esc? is the escape key. (Makes sense!) Now I find that while I can enter new commands to R, they no longer echo back, so I cannot see what I am typing. On unix terminals CTL-Q will reset this, but it does not seem to work on the R
2012 Feb 17
1
[PATCH] x86/mm: Make sure the event channel is released accurately
...l occupied. So we add the patch to free domU''s port when xenpaging exits. We need double free interdomain eventchannel. First free domainU port, and leave domain 0 port unbond, Then free domain 0 port. Signed-off-byKaixing Hong <hongkaixing@huawei.com>, Signed-off-byZhen Shi <bicky.shi@huawei.com> diff -r b75664e53905 -r 9fd12f919ddb xen/arch/x86/mm/mem_event.c --- a/xen/arch/x86/mm/mem_event.c Thu Feb 16 15:43:02 2012 +0000 +++ b/xen/arch/x86/mm/mem_event.c Fri Feb 17 15:14:25 2012 +0800 @@ -243,6 +243,9 @@ return -EBUSY; } + /* Free domU...
2012 Feb 09
2
[PATCH] xenpaging:add the dealing of MEM_EVENT_FLAG_EVICT_FAIL request in
...nated, the p2mt p2m_ram_paging_in still remains in p2m table.Once domU accesses the nominated page,it will result in BSOD or vm''stuck. The patch adds the dealing of this request to resume the page before xenpaging is ended. Signed-off-byhongkaixing<hongkaixing@huawei.com>,shizhen<bicky.shi@huawei.com> diff -r 9f4640e40d4f -r 68eae0b487ae tools/xenpaging/xenpaging.c --- a/tools/xenpaging/xenpaging.c Thu Feb 09 16:50:52 2012 +0800 +++ b/tools/xenpaging/xenpaging.c Thu Feb 09 16:58:01 2012 +0800 @@ -911,7 +911,7 @@ !!(req.flags & MEM_EVENT_FLAG_EVICT...
2012 Jan 05
3
[PATCH 0 of 2] xenpaging:speed up page-in
The following two patches are about how to speed up in xenpaging when page in pages. On suse11-64 with 4G memory,if we page out 2G pages,it will cost about 15.5 seconds, but take 2088 seconds to finish paging in.If page-in costs too much time,it will cause unmesurable problems when vm or dom0 access the paged_out page,such as BSOD,crash. What鈥檚 more,the dom0 is always in high I/O pressure.
2012 Jan 05
13
[PATCH] xenpaging:add a new array to speed up page-in in xenpaging
...4 with 4G memories. Nums of page_out pages Page out time Page in time(in unstable code) Page in time(apply this patch) 512M(131072) 2.6s 540s 530s 2G(524288) 15.5s 2088s 2055s Signed-off-byhongkaixing<hongkaixing@huawei.com>,shizhen<bicky.shi@huawei.com> diff -r 54a5e994a241 -r 052727b8165c tools/xenpaging/xenpaging.c --- a/tools/xenpaging/xenpaging.c Wed Nov 02 17:09:09 2011 +0000 +++ b/tools/xenpaging/xenpaging.c Thu Dec 29 17:08:24 2011 +0800 @@ -599,6 +599,7 @@ struct sigaction act; xenpaging_t *paging; xenpag...
2012 Feb 10
1
[xen-unstable test] 11929: regressions - trouble: blocked/fail/pass/preparing/queued/running
...ll@citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jan Beulich <jbeulich@suse.com> John McDermott <john.mcdermott@nrl.navy.mil> Keir Fraser <keir@xen.org> Olaf Hering <olaf@aepfle.de> Samuel Thibault <samuel.thibault@ens-lyon.org> shizhen <bicky.shi@huawei.com> Shriram Rajagopalan <rshriram@cs.ubc.ca> Stefano Stabellini <stefano.stabellini@eu.citrix.com> Wei Liu <wei.liu2@citrix.com> Yongjie Ren <yongjie.ren@intel.com> Zhigang Wang <zhigang.x.wang@oracle.com> --------------------------------------...