similar to: [LLVMdev] regarding llvm compiler and profiler

Displaying 20 results from an estimated 5000 matches similar to: "[LLVMdev] regarding llvm compiler and profiler"

2012 Nov 24
1
[LLVMdev] profiling basic block frequency in LLVM3.1
Dear All LLVM Users,   I'm new to LLVM environment. I want to perform basic block profiling. I'm using LLVM3.1 I tried it with a simple 'c' code to find Max.No,  mentioned below. ----------------------------------------------------------------------------------------------------------------------------------------- #include <stdio.h> int main() {  unsigned int i,temp;  
2012 Nov 18
1
[LLVMdev] Basic Block Frequency counting in LLVM 2.9
Dear All, I'm using LLVM2.9 for profiling basic block frequency. I'm using following commands. rdpatel55 at ubuntu:~$ llvm-gcc -emit-llvm -O0 -c -o adpcm.bc adpcm.c rdpatel55 at ubuntu:~$ llvm-gcc -emit-llvm -O0 -c -o rawcaudio.bc rawcaudio.c rdpatel55 at ubuntu:~$ llvm-link -o main.bc rawcaudio.bc adpcm.bc rdpatel55 at ubuntu:~$ opt -q -f -insert-edge-profiling -o main.inst main.bc
2010 Oct 23
0
Regarding your distributed text mining with tm
Hello, I had been using R for text mining already. I wanted to use R for large scale text processing and for experiments with topic modeling. I started reading tutorials and working on some of those. I will now put down my understanding of each of the tools: 1) R text mining toolbox: Meant for local (client side) text processing and it uses the XML library 2) Hive: Hadoop interative, provides the
2017 Aug 17
2
Suggestion for installation of R
Is it possible to download and run R on Asus ZenFone, if yes, which version -- Dr.Megha Kamble CSE, LNCT, Bhopal [[alternative HTML version deleted]]
2013 Jan 16
1
Problems regarding the package "BRugs"
Respected Sir, With reference to my mail to you dated 8th January,2013, and the reply by you dated 9th January, 2013, I am sending this mail to you. I had a problem regarding running a program in the latest version of the "BRugs" package in R 2.15.1 and 2.15.2. I want to mention here that this program runs well to others, who are running it using the earlier version
2013 Jan 09
1
problems regarding the latest version of the package "BRugs"
Respected Sir/Madam, I am a research scholar of Department of Statistics, University Of Calcutta. I had downloaded the latest version of "BRugs", and installed it in R 2.15.1 both in 32 and 64 bits with the help of openBUGS 3.2.2. My problem is that one of the programmes which requires the package "BRugs" is giving me an error given below:
2023 Dec 08
2
regarding CCA plot
Hii rstudio members I am learning rstudio, For my manuscript I am trying to plot CCA using species and environmental data. But I am getting error like Error in cca.default(sptrans, envtrans) : all row sums must be >0 in the community data matrix *My code is like * library(vegan) library(ggplot2) library(dplyr) rassspec<-read.csv("C:/Users/hp/Desktop/R_data/rassspec.csv",
2017 Aug 02
1
Regarding KVM-Qemu Migration code
Respected Sir, I need to modify kvm-qemu migration code. Please tell me where i can find the code. -- *Thank youWith Regards:Aditya Bhardwaj* *Dept. of CSE * *NITTTR (Ministry of MHRD, Govt. of India)* *Sector-26, **Chandigarh - 160019 INDIA* https://scholar.google.co.in/citations?user=rEHhEnEAAAAJ&hl=en
2008 Mar 05
4
Unable to mount using sec=none and mount.cifs
I'm attempting to mount a CIFS share with the following stipulations: 1. I must have the UNIX extensions (specfically, symlinks). 2. I must use plaintext authentication (don't ask). I've recompiled the cifs kernel module to allow plaintext authentication, using the stock Ubuntu 7.10 kernel (2.6.22.9c). My /etc/fstab line looks like... //superman/www-pub
2005 Mar 07
2
Running DVD Profiler fails
Hi ! I'm trying to get a program called DVD Profiler from InterVocative Software working in wine but it fails: #!/bin/bash . findwine cd "$WINEDIR/c/Program Files/InterVocative Software/DVD Profiler" #$WINE "c:\\program files\\InterVocative Software\\DVD Profiler\\dvdpro.exe" ${PARAM:+"$PARAM"} &>/dev/null & $WINE "c:\\program
2007 Aug 21
1
Output from while and for loop
Hello, I am new and am having a hard time getting the proper syntax for output from loops. I am working on a simulation to generate a null expectation of bee behavior. Pieces of it work. The part that I am having specific difficulty is in output of a vector from within the while loop that I am using. Basically the simulation works as such: I have a starting point and a neighbor matrix and a
2010 Jul 05
1
Profiler for R ? (HFWUtils package)
> Message: 21 > Date: Mon, 5 Jul 2010 02:26:29 -0400 > From: Ralf B <ralf.bierig at gmail.com> > To: "r-help at r-project.org" <r-help at r-project.org> > Subject: [R] Profiler for R ? > > Hi, > > is there such a thing as a profiler for R that informs about a) how > much processing time is used by particular functions and commands and > b) how
2002 Sep 07
3
Question about running DVD Profiler
Hi! I'm compiling wine-20020904 at the time of this writing and I had a question about a problem I'm having running the DVD Profiler application: http://www.dvdprofiler.com I've currently got wine-20020804 installed and I'm able to install DVD Profiler just fine. (I have my old Windows 98 install on a second hard disk that the wine installation DID detect and configure itself
2010 Jul 05
1
Profiler for R ?
Hi, is there such a thing as a profiler for R that informs about a) how much processing time is used by particular functions and commands and b) how much memory is used for creating how many objects (or types of data structures)? In a way I am looking for something similar to the java profiler (which is started by command line and provides profiling information collected from the run of a
2012 Dec 26
0
[LLVMdev] Doubt on LLVM optimization
Sub:-code added by my path profiler module not executing with llvm-gcc -03 When compile with llvm-gcc -O3 the path profile result shows frequency count of zero for all paths ins some functions I have four functions insert,delete,print and main. It prints correct values for delete's and main's paths and zero values for print's and insert's paths. This problem occurs only with
2009 Mar 03
1
profiler and loops
Hello, (This is follow up from this thread: http://www.nabble.com/execution-time-of-.packages-td22304833.html but with a different focus) I am often confused by the result of the profiler, when a loop is involved. Consider these two scripts: script1: Rprof( ) x <- numeric( ) for( i in 1:10000){ x <- c( x, rnorm(10) ) } Rprof( NULL ) print( summaryRprof( ) ) script2:
2009 Sep 17
1
RCurl and Google Scholar's EndNote references
Hi! I've performed a Google Scholar Search using a query, let's say "Frank Harrell", and parsed the links to the EndNote references from the resulting HTML code. Now I'd like to download all the references automatically. For this, I have tried to use RCurl, but I can't seem to get it working: I always get error code "403 Forbidden" from the web server.
2005 Jan 06
1
arrays emerging from tapply
The code below illustrates some points about results from tapply that I find strange. I wonder if they are intended and if so why it is so. 1) When you make a table the dimnames is a *named* list, tapply returns an unnamed list. 2) data.frame behaves differently on an array and a table. Is this an intended feature? 3) For tables class(TAB) and attr(TAB,"class") both return
2012 Mar 04
2
How do I create a scatterplot with two explanatory variables?
Hi there, I'm trying to make a scatterplot of removed versus duration for each type of bee. No matter what I try, I can't seem to get my code to work. Any help would be appreciated. Thanks! My r-code: dat$BEE <- with(dat, factor(BEE, c(1,2))) plot(REMOVED~DURATION,pch=BEE, col=BEE) REMOVED DURATION BEE 1 0.07 2 QUEEN 2 0.10 5 QUEEN 3 0.11 7 QUEEN 4 0.12 11 QUEEN 5 0.15 12 QUEEN 6 0.19
2006 May 15
3
Javascript Profiler
Has anyone implemented a Javascript Profiler based on prototype (or not based on it)?