Displaying 20 results from an estimated 731 matches for "footing".
Did you mean:
booting
2009 Jul 29
2
[LLVMdev] LLVM JIT vs Interpreter memory foot print
I want to compare the memory footprint of LLVM JIT vs the Interpreter on
Darwin.
I am currently doing this by running lli, on a simple but long running
program, with and without the "-force-interpreter option", and then I look
at the Real Memory used by lli in the Activity Monitor. I currently observe
that the JIT takes 4.0MB and the Interpreter takes 1.7MB.
Are these values close to
2009 Jul 31
0
[LLVMdev] LLVM JIT vs Interpreter memory foot print
can you post the simple but long running program?
On Jul 29, 2009, at 2:20 PM, jg2 wrote:
>
> I want to compare the memory footprint of LLVM JIT vs the
> Interpreter on
> Darwin.
> I am currently doing this by running lli, on a simple but long running
> program, with and without the "-force-interpreter option", and then
> I look
> at the Real Memory used by
2007 Jul 10
1
How to preserve data across function calls in a library package
Hi,
I am writing an R package with two functions in C++. So far
everything works.
Now, i would like to write a third function which would use a pointer
(it is a pointer to a class object) created by first function.
I tried placing this pointer outside of the function definitions
(i.e to make it global) but when called in the 3rd function i get
> *** caught bus error ***
address 0x0,
2007 Jul 10
1
How to preserve data across function calls in a library package
Hi,
I am writing an R package with two functions in C++. So far
everything works.
Now, i would like to write a third function which would use a pointer
(it is a pointer to a class object) created by first function.
I tried placing this pointer outside of the function definitions
(i.e to make it global) but when called in the 3rd function i get
> *** caught bus error ***
address 0x0,
2004 Jan 09
5
Cisco Gear
Hi,
I know it's not really the place, but if anybody in the UK (or US) is
interested, I'm clearing out lots of new Cisco stock...
7970G's (colour LCD), 7960G's, 7940G's, 7920G's (wireless IP phone),
7935's (conference phone) and 3550-24-PWR switches.
I also have boxes of 7914's, the single-7914 foot stand and double-7914
foot stand (these are required to
2010 Apr 19
5
Evaluating Asterisk
I am thinking of moving from a traditional PBX to an asterisk box. Many
of my leadership group are skeptical of asterisk. So I was hoping to
find a call center that is currently using this technology that would
not mind spending some time on a conference call to address some
concerns that my team has.
Thanks
Ted Foote
Allied Business Services, Inc.
616-741-0437
-------------- next
2008 Sep 18
0
USB Foot Pedals
Hi all,
I'm running ubuntu 8.04 and Wine 1.0. I am trying to get VEC foot pedals (http://www.nch.com.au/hardware/pedals.html - first one on list) to work with Express Scribe transcription from NCH (http://www.nch.com.au/software/linux.html). When I download the native linux version of the software, the USB pedals work fine but the application is unable to play wav files. Contacted NCH who
2007 Oct 02
2
using sprintf with dates
hello,
Please help with using sprintf with character variables:
The following does not produce what i intended
foot=function(){
str1=format(Sys.Date,"%Y%m%d")
sprintf("99%-4s%s","nm",str1)
}
I wanted to have "99nm 20071002" as the output.
2010 Feb 11
2
[PATCH] virtio-spec: document MSI-X
This documents MSI-X support in virtio.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
virtio-spec.lyx | 358 +++++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 332 insertions(+), 26 deletions(-)
diff --git a/virtio-spec.lyx b/virtio-spec.lyx
index 49ed612..d16104a 100644
--- a/virtio-spec.lyx
+++ b/virtio-spec.lyx
@@ -1,4 +1,4 @@
-#LyX 1.6.4 created
2010 Feb 11
2
[PATCH] virtio-spec: document MSI-X
This documents MSI-X support in virtio.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
virtio-spec.lyx | 358 +++++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 332 insertions(+), 26 deletions(-)
diff --git a/virtio-spec.lyx b/virtio-spec.lyx
index 49ed612..d16104a 100644
--- a/virtio-spec.lyx
+++ b/virtio-spec.lyx
@@ -1,4 +1,4 @@
-#LyX 1.6.4 created
2005 Jun 23
3
grep negation
hi,
using the example in the grep help:
txt <- c("arm","foot","lefroo", "bafoobar")
i <- grep("foo",txt); i
[1] 2 4
but how can i get the negation (1,3) when looking for 'foo'?
thanks,
m.
2005 Dec 26
8
Add notes to a graph
Hi, I have done a search on this in vain. How can I add a note to the foot of a graph example below
|-----------------------|
| Title |
| -------- |
| | my | |
| | graph | |
| | | |
| | ______| |
|note: source |
|-----------------------|
Many thanks
Ronnie
2009 Jul 20
1
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
On Thu, Jul 16, 2009 at 11:43 AM, Aaron
Gray<aaronngray.lists at googlemail.com> wrote:
> 2009/7/16 Daniel Dunbar <daniel at zuster.org>
>>
>> On Thu, Jul 16, 2009 at 10:04 AM, Aaron
>> Gray<aaronngray.lists at googlemail.com> wrote:
>> > 2009/7/16 Chris Lattner <clattner at apple.com>
>> >> Whats Daniels approach, does he have any
2012 Jun 26
0
[rfc] virtio-spec: introduce VIRTIO_NET_F_MULTIQUEUE
This patch introduces the multiqueue capabilities to virtio net devices. The
number of tx/rx queue pairs available in the device were exposed through config
space, and driver could negotiate the number of pairs it wish to use through
ctrl vq.
Signed-off-by: Jason Wang <jasowang at redhat.com>
---
virtio-0.9.5.lyx | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file
2012 Jun 26
0
[rfc] virtio-spec: introduce VIRTIO_NET_F_MULTIQUEUE
This patch introduces the multiqueue capabilities to virtio net devices. The
number of tx/rx queue pairs available in the device were exposed through config
space, and driver could negotiate the number of pairs it wish to use through
ctrl vq.
Signed-off-by: Jason Wang <jasowang at redhat.com>
---
virtio-0.9.5.lyx | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file
2009 Jul 16
0
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
2009/7/16 Chris Lattner <clattner at apple.com>
>
> On Jul 16, 2009, at 10:04 AM, Aaron Gray wrote:
>
>
>> I understand that you say that, but I can't bring myself to care at this
>> point. Have you thought about how many cycles are already used to produce
>> the instructions that lead to the emission of those 10K bytes? The total
>> percentage of
2013 Dec 04
8
Asterisk on Windows
...that
would do exactly the same would be a home run. Note: I am a Linux
expert user, but it took me years to get here. And still, moving from
regular RHEL 6.0 to Fedora 20 (RHEL 7) is a pain in the neck. The .NET
framework and Windows server 2012 are miles away in terms of
friendliness and on equal footing on performance. I don?t mean another
slow cygwin port, I man a native Asterisk for windows. In fact, I
would invest on the project if somebody wants to do it.
2003 Apr 12
1
system()
I am new to R but have used Splus for many years. When I create many
graphics in sequence in Splus/Linux, each time that I complete a
page, I send a message to my command line interface using the
following function:
FOOT <- function(PAGENO,TEXT)
{
mtext(outer=T, TEXT, side=1)
unix("cat", c(paste("Finished with page", PAGENO)),FALSE, FALSE)
2013 May 23
0
Code compilation: Drop certain statements in a function before calling it multiple times?
Hi,
I make heavy use of verbose statements in my code, verbose output that
can be enabled/disabled via an argument. Here is a dummy example:
foo <- function(n=10, verbose=FALSE) {
res <- 0;
for (k in 1:n) {
if (verbose) cat("Iteration ", k, "...\n", sep="");
res <- res + k;
if (verbose) cat("Iteration ", k,
2009 Jul 16
0
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
2009/7/16 Daniel Dunbar <daniel at zuster.org>
> On Thu, Jul 16, 2009 at 10:04 AM, Aaron
> Gray<aaronngray.lists at googlemail.com> wrote:
> > 2009/7/16 Chris Lattner <clattner at apple.com>
> >> Whats Daniels approach, does he have any online documentation or code,
> do
> >> you have an email address so I may talk to him.
> >>
>