Displaying 20 results from an estimated 80000 matches similar to: "Benchmarking/Profiling tests"
2006 Jul 27
0
Profiling functional tests
I looked at the basic profiling information in the Agile book and
around google, but the profiler script that comes with rails doesn''t
really seem sufficient.
Something like: ruby -r profile <functional test file>
Seems a lot more like what I''m trying to get at. But is there any
solution that I missed that will give me nice profiling output for
functional test
1999 Jul 27
2
Memory profiling/benchmarking
Hi,
As a project for a computer performance analysis paper I am taking this semester,
I am going to look at the performance of the memory manager in R, with the aim of
determining how fast it is and which areas most need improvement. The idea is
that I will compare various versions of R, starting with 0.64.2, and then at a
few stages in the implementation of the new memory management scheme (of
2011 Oct 08
2
disk i/o benchmarking inside vm
Hi,
I'm having trouble benchmarking disk i/o in my vm's. The data I get seems
bogus.
I have two centos 6 guests which use a raw image as volume. Each volume is
stored on its own physical disk and both disks are the same model. The host
system is fedora 15 with the virt-preview repo enabled. The disks for the
guests use virtio and caching is set to none.
My problem is that I get very
2014 Oct 27
2
[LLVMdev] Recent changes in -gmlt break sample profiling
On Sun, Oct 26, 2014 at 4:59 PM, Eric Christopher <echristo at gmail.com>
wrote:
> On Fri, Oct 24, 2014 at 3:27 PM, Diego Novillo <dnovillo at google.com>
> wrote:
> >
> >
> > On Fri Oct 24 2014 at 6:21:14 PM David Blaikie <dblaikie at gmail.com>
> wrote:
> >>
> >> On Fri, Oct 24, 2014 at 3:16 PM, Diego Novillo <dnovillo at
2009 Sep 23
0
High CPU usage
Mark Schilling a ?crit :
> I recompiled with FIXED_POINT and CPU utilization stays below 4%. This is a great improvement.
> So how can I fix this to work with floating point ?
OK, so it looks a lot like a denorm problem. The issue is basically that
there are filters that decay exponentially, so when the input suddenly
goes to zero, then the filter's output value becomes smaller and
2006 Aug 13
1
[LLVMdev] nightly tester instead of nightly benchmarking?
Hi to all LLVMers
first of all many thanks for new great LLVM release!
now to the question. i was quite happy to look from time to time
through regularly built benchmarking html-tables. now i cant easily
find it anymore. In contrast to people, who just recently stuck to
LLVM, I do know that these benchmarking tests did exist. they don't.
i hope audience of ppl like me will be not forgotten
2014 Oct 26
2
[LLVMdev] Recent changes in -gmlt break sample profiling
On Sun, Oct 26, 2014 at 3:47 PM, Jeremy Lakeman
<Jeremy.Lakeman at gmail.com> wrote:
> This sounds like a problem best solved by tracking source code movement via
> your source control system.
> If you know the commit of the code that produced the sample, you should be
> able to use source control history / diffs to translate absolute line
> numbers to the location where the
2014 Oct 24
2
[LLVMdev] Recent changes in -gmlt break sample profiling
On Fri Oct 24 2014 at 6:11:21 PM David Blaikie <dblaikie at gmail.com> wrote:
> On Fri, Oct 24, 2014 at 2:48 PM, Diego Novillo <dnovillo at google.com>
> wrote:
>
>> I'm not sure if this was intended, but it's going to be a problem for
>> sample profiles.
>>
>> When we compile with -gmlt, the profiler expects to find the line number
>>
2010 Jul 23
1
[LLVMdev] Path Profiling
Dear LLVM developers:
I am a summer research student at the University of Alberta and I am working on implementing path profiling into LLVM. My work is almost complete; I am currently conducting tests to ensure that the path profiler functions correctly.
To provide evidence that the profiler produces accurate results, I have developed a verifier which derives edge profile files (identical to
2014 Oct 26
2
[LLVMdev] Indirect call site profiling
> On 10/24/14, 8:26 PM, betulb at codeaurora.org wrote:
>> Hi All,
>>
>> We've been working on enhancing LLVM's instrumentation based profiling
>> by
>> adding indirect call target profiling support. Our goal is to add
>> instrumentation around indirect call sites, so that we may track the
>> frequently taken target addresses and their call
2005 Aug 26
2
SIP Benchmarking / Stress Testing
Anyone have a good tool(s) to use for simulating a bunch of calls?
Benchmarking or stress testing?
I only need SIP protocol, and do appreciate any replies...I realize I could
google it, but I am looking for opinions as well.
Sherwood McGowan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Sep 09
0
Profiling function that contains both C++ and Fortran Code
Hello,
I am trying to profile a function of OpenMx
(http://openmx.psyc.virginia.edu) for CPU time. My operating system is
OS X 10.10. OpenMx contains C++ and Fortran code. I have read the
section regarding profiling compiled code in the manual
(https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Profiling-compiled-code).
This section and this post (http://blog.fellstat.com/?p=337)
2013 Jan 14
0
[LLVMdev] Dynamic Profiling - Instrumentation basic query
There is code that does this for older versions of LLVM. I believe it is in the giri project in the LLVM SVN repository. I can look into more details when I get back from vacation. Swarup may also be able to provide information on the giri code.
-- John T.
________________________________________
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Silky Arora
2009 Sep 23
1
High CPU usage
Hi Jeff,
Hi Jean-Marc,
I first modified the FPU control word to raise an exception whenever a denormal is used. Then I used the debugger to locate the exceptions and added VERY_SMALLs where they seem to fit well.
Although I got CPU usage as low as 10%, I seriously lack knowledge of how things work inside speex. So just changing some code is not the best idea for me.
My second attempt was to
2014 Mar 13
2
[LLVMdev] RFC: Binary format for instrumentation based profiling data
On Mar 13, 2014, at 2:14 PM, Diego Novillo <dnovillo at google.com> wrote:
> On Thu, Mar 13, 2014 at 11:51 AM, Bob Wilson <bob.wilson at apple.com> wrote:
>>
>> On Mar 13, 2014, at 5:48 AM, Diego Novillo <dnovillo at google.com> wrote:
>>>
>>> How are counters represented? Are these line numbers together with the
>>> counter? Basic
2010 Dec 08
1
[LLVMdev] Reviewer for our Path Profiling Implementation
Thank you for your suggestions on the patch. If the patch is committed, I would be willing to maintain it, though
I am not sure what is all involved or how I am made aware of changes that need to be made.
The technical report https://www.cs.ualberta.ca/system/files/tech_report/2010/PreussPathProfLLVM.pdf contains
my benchmarks relating to profiling overhead in LLVM.
Over the next week I will
2010 Dec 08
0
[LLVMdev] Reviewer for our Path Profiling Implementation
On Dec 3, 2010, at 11:21 AM, Adam Preuss wrote:
> I am a student at the University of Alberta under the
> supervision of José Nelson Amaral, and I have been working on
> implementing path profiling into LLVM. I have completed my project
> and would like to submit it.
>
> We are looking for a reviewer for the path profiling implementation. We
> have sent previous requests
2014 Oct 24
2
[LLVMdev] Recent changes in -gmlt break sample profiling
I'm not sure if this was intended, but it's going to be a problem for
sample profiles.
When we compile with -gmlt, the profiler expects to find the line number
for all the function headers so that it can compute relative line locations
for the profile.
The tool that reads the ELF binary is not finding them, so it writes out
absolute line numbers, which are impossible to match during the
2013 Jan 22
0
[LLVMdev] Dynamic Profiling - Instrumentation basic query
Hi John and Silky,
I can see a copy of 'giri' slicing project branch here http://llvm.org/viewvc/llvm-project/giri/. Though it may be little older, it will work I think. You can look at the code to see how we do the instrumentation.
Thanks,
Swarup.
________________________________________
From: John Criswell [criswell at illinois.edu]
Sent: Tuesday, January 22, 2013 10:29 AM
To:
2014 May 21
2
[LLVMdev] [RFC] Benchmarking subset of the test suite
----- Original Message -----
> From: "Evan Cheng" <evan.cheng at apple.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Monday, May 19, 2014 3:35:45 PM
> Subject: Re: [LLVMdev] [RFC] Benchmarking subset of the test suite
>
>
>
>
> On May 4, 2014, at