profiler

Find Which applications access my server using Profiler Trace with Application Name column

I Need to find out what are all the applications that use my sql server. I'm using Profiler trace to do this (if there's another way to do this I would appreciate it) On Profiler I'm using a Replay template, and after looking at the trace result I see that there's a column called Application Name, I'm wondering if there's a way to get ...

SQL Profiler Template File Format

Does anyone have information on the file format used to hold SQL Profiler Templates (NOT Profiler trace files)? Or a way to create or parse these via C#? Thanks very much. ...

Question on DDMS method profiler

Hello, I'd like to use the method profiler to see how many times particular methods are executed. However, everything I see in there is rather cryptic. For example, all I'd like to see is how many times method doWork() is called. I simply can't find it. How do I do that? Also, it seems like the android SDK has no documentation on how ...

How to efficiently use Rprof in R?

I would like to know if it is possible to get a profile from R-Code in a way that is similar to matlab's Profiler. That is, to get to know which line numbers are the one's that are especially slow. What I acchieved so far is somehow not satisfactory. I used Rprof to make me a profile file. Using summaryRprof I get something like the fol...

''Install Prohibited" iphone SDK

I am a registered Apple dev with the certificates, and mobileprofiles that i need. I have made several apps in xCode that I would like to test on my 3GS, I have registered my 3GS as one of my allowed devices but it still will not install giving the install prohibited error. The Xcode is set to same profile as my iphone has. Just dont ...

AQtime not working properly on windows vista / 7 with multi-core processor

Hi, I'm tryin to run AQtime (v5.45), as preformance profiler under windows vista or 7 on my multi-core laptop but it seems that the program is not working correctly, he does not show any routine and seems to throw an exception when trying to call InstallCustomModule in clr.dll, i tried to install a demo version of AQtime 7 which is work...

Using Visual Studio 2010 Profiler for ASP.NET web pages. Anything helpful besides 'tier interactions'? code coverage?

Does anyone out there run the profiler on thier ASP.NET web page when running locally. I guess it is like a poor mans load tester. The tier interactions seems to be the only real usesful part since that show all the queries made and that is normally the bottleneck in a ASP.NET app... There are alot of other options though... Anyone out ...

ARM Cortex-A8: How to measure cache utilization?

Hi Guys, I have a Freescale's i.MX515EVK, an ARM Cortex-A8/Ubuntu platform with me, unfortunately the Linux kernel on the board is not supporting some of the well known profilers such as Oprofiler or Zoom Profiler(Zoom supports ARM processors, but it internally, uses Oprofiler driver) which give very detailed reports about the cache uti...

profilers for programming languages

Hi I am working on Profilers. Can anyone list out the advantages of using profilers. How Java profilers work? What technologies to use? Please if you have some good articles then forward me the links. Thanx. ...

What is with the Disable Profiling option button on the Compute Profiler?

Why is there a button for enabling and disabling profiling on the Compute Profiler? If I disable profiling, then I can't launch my application for profiling. So why does profiling need to be disabled at all? ...

Does everyone get the infinite "connecting to target VM" bug when using 64-bit windows Netbeans?

Netbeans offers 64-bit support. This is absolutely essential to my project, which must use more than 2 gigs of RAM. The major advantage of Netbeans is that it offers a profiler. However, when used in 64-bit mode, this profiler often goes into an infinite loop and show the message: "connecting to the target vm" for ten minutes until ...

Is it possible to compare more than two kernels executions at a time in Compute Prof (OpenCL/CUDA)

Is it possible to compare more than two kernels executions at a time in Compute Prof? ...

Question about gld_efficiency and gst_efficiency in Nvidia Compute Visual Profiler

I have a compute capability 1.2 card. It reports gld_efficiency and gst_efficiency for me. My problem is that I sometimes get values beyond the 0-1 range, sometimes greater than 2. Page 57 of the User Guide for the Compute Visual Profiler states that they should be between 0-1, so I am confused. Can anybody explain? ...

Debugger / Profiler for Eclipse?

Hi, Is there any tutorial for debugging applications/ running profiler in eclipse? Please let me know thanks.. ...

Question about Compute Visual Profiler and number of blocks for profiling

On page 51 of the Compute Visual Profiler User Guide it states that: " Note that in case the number blocks in a kernel is less than or not a multiple of the number of multiprocessors the counters values across multiple runs will not be consistent. " Is that an inclusive or exc...

New Relic v/s Yourkit for profiling and testing

Hello People, Which is better for profiling between Yourkit and New Relic(as only these two options are provided by management) for our web application, which is developed using the following :- JDK 1.5 Struts 1.3 (with tiles 1.3) EJB 3.0 Oracle 9i Velocity (for email templates) Oracle 10g WebServices (JDK 1.6) considering their pro...

What's the meaning of dotTrace's numbers in Line-By-Line profiling?

What do those numbers mean exactly? Times the line was hit? Microseconds per invocation? Or what? Also, what do the 'progress-bars' behind the numbers mean? They aren't even proportional to the numbers, so I'm really confused. ...

Is there any drawback in jprobe profiler and netbeans?

while using jprobe or netbeans if it creates any problems in giving output? which profiler is best? Is there any profiler released recently in market,which is better than these two and if what are it's features ...

Profiler for XCode, iPhone.

Does anybody know of a 3rd party profiler for XCode with the iPhone? I really don't like instruments, it's a pain to try to figure out whats going on. Allocations and leaks are fine, its just the CPU Sampler that I don't like. I really liked Shark but they have stopped updating that and it doesn't work with iOS4. ...

Why does the line-by-line stats for NYTProf not match the totals?

I have a Perl script that takes about 30 minutes to run, so of course I run Devel::NYTProf. Great profiler. For many of my subs, I'm getting some data that doesn't make sense to me. I'm running with perl 5.10.0 on Linux using the default NYTProf settings. In the HTML output, each of the subs has a summary section stating how much time ...