search for: mymain

Displaying 9 results from an estimated 9 matches for "mymain".

Did you mean: mymail
2008 Jul 09
2
Does sprof work on CentOS5?
...n't seem to get a library profile from sprof on CentOS5. Does anyone know if sprof actually works on CentOS5? I'd be very interested to hear if anyone is using it successfully. At the moment I'm trying something like this to get the dump: LD_LIBRARY_PATH=. LD_PROFILE=libmy.so ./mymain where libmy.so is the library I want to profile, and mymain is the executable which links to it. This appears to create the profile dump successfully (which appears at /var/tmp/libmy.so.profile), but when I try to get a readable profile using sprof it fails: $ sprof libmy.so /var/tmp/libm...
2008 Mar 21
1
sample codes for writting a function with unknown number of arguments
...an process the data later. For example, I need to scan 2 (it can be x, 0<x) files here. A<-scan(F1)/100; B<-scan(F2)/100; Now let's try graph it. N1 is the label for F1, and so on. bitmap(file=Name, type="png16m") STATS<-boxplot(A,B,c(A,B),col="red", main="MyMain", names=c(N1, N2, "All"), xlab="Hardware", ylab="milliseconds") dev.off(); The problem is I don't really know what I will have at runtime. For example, I may have to scan 3 or 4 files at runtime. Then, I will have to pass different arguments to boxplot, lik...
2011 Apr 05
0
[LLVMdev] how to use the shadow-stack?
...ing everything together, even in this simple case. My compiler generates the necessary gcroot instructions and for now I would be glad just being able to walk through the roots and print out some numbers. For example, I have the following my.ll file: my.ll: declare {} @__printi(i64) define i32 @mymain() gc "shadow-stack" { entry: %0 = alloca [0 x i64]* %1 = call [0 x i64]* @malloc(i64 80) store [0 x i64]* %1, [0 x i64]** %0 %2 = bitcast [0 x i64]** %0 to i8** call void @llvm.gcroot(i8** %2, i8* null) %3 = getelementptr [0 x i64]* %1, i32 0, i32 2 %4 = load i64* %3 %prin...
2010 Jan 25
1
Same y-axis on multiple plots?
...le and the mailinglist as ylim, setting xpd=F and modifying clip, plot.window, but I can't seem to find what I am looking for. I am certain that it is something simple, and would be gratefull if someone could point me in the right direction. R code run through PL/R in Postgres is as follows: mymain <- "Graph 3"; myxlab <- "Time: 24/Hours"; myylab <- "Number of Hits"; png(''/tmp/graph3.png''); plot(str,type="b",main=mymain,xlab=myxlab,ylab=myylab,lwd=2, axes=F, ylim.max=0); clip(0, 25, 0, 600); axis(1, at = c(0, 3, 6, 9, 12, 15,...
2020 Sep 25
2
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 5:35 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > On Fri, Sep 25, 2020 at 05:31:09PM +0800, Wei Wang wrote: > > On Fri, Sep 25, 2020 at 5:24 PM Andrea Bolognani <abologna@redhat.com> > > wrote: > > > > > On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote: > > > > On Fri, Sep 25, 2020 at 05:03:24PM
2020 Sep 25
0
Re: Help on Meson build Error
...cutils-users@lists.sf.net>. Include "--traceback" output, Docutils version (0.16 [release]), Python version (3.8.2), your OS type & version, and the command line used. [991/1250] Compiling C object tests/qemuxml2xmltest.p/qemuxml2xmltest.c.o ../tests/qemuxml2xmltest.c: In function ‘mymain’: ../tests/qemuxml2xmltest.c:131:1: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without 131 | mymain(void) | ^~~~~~ [992/1250] Compiling C object tests/cputest.p/cputest.c.o ninja: build stopped: subcommand failed. Thanks, Wei
2020 Sep 25
2
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 04:44:24PM +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 4:40 PM Andrea Bolognani <abologna@redhat.com> > wrote: > > > On Fri, 2020-09-25 at 16:21 +0800, Wei Wang wrote: > > > On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani <abologna@redhat.com> > > wrote: > > > > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote:
2006 May 11
11
[PATCH] Integrating applications into Mini-OS
I sent this patch directly to Gregor, and neglected to CC this list. Sorry about that. I''d like to make it so that there is no need to modify any Mini-OS source files when extending it with an application. All that is required is a change to Makefile, and a small change to kernel.c, printf.c, and string.c. I have enclosed the patch. With this patch, one could write an application in a
2019 Jan 03
10
Runnable R packages
Dear all, I?m working as a data scientist in a major tech company. I have been using R for almost 20 years now and there?s one issue that?s been bugging me of late. I apologize in advance if this has been discussed before. R has traditionally been used for running short scripts or data analysis notebooks, but there?s recently been a growing interest in developing full applications in the