profiler

Sharepoint custom user and document library specific properties

Is there a standard way to assosciate custom properties with a user? In particular I need to store the number of items per page a user selected in a grid of a document library separately for each user and document library. @Edit: sorry about this vagueness, I wanted to do it programmatically. It seems like I've found the solution, it is...

Profiler for Sql CE

hi there, i wonder if there is something similar to Sql Profiler for Sql Server Compact Edition? i use SqlCE as backend for a desktop application and it would be really great to have something like sql profiler for this embedded database. or at least something simliar to the NHibernate show_sql feature... any ideas? thanks j. ...

C++ Code Profiler

Can anybody recommend a good code profiler for C++? I came across Shiny - any good? http://sourceforge.net/projects/shinyprofiler/ ...

Understanding Firebug Profiler Output

I've been trying to use Firebug's profiler to better understand the source of some JavaScript performance issues we are seeing, but I'm a little confused by the output. When I profile some code the profiler reports Profile (464.323ms, 26,412 calls). I suspect that the 464.323ms is the sum of the execution time for those 26,412 calls. H...

SQL Server Profiler - How to filter trace to only display events from one database?

How do I limit a SQL Server Profiler trace to a specific database? I can't see how to filter the trace to not see events for all databases on the instance I connect to. ...

What techniques can you use to profile your code...

Some of the platforms that I develop on, don't have profiling tools. I am looking for suggestions/techniques that you have personally used to help you identify hotspots, without the use of a profiler. The target language is C++. I am interested in what you have personally used. ...

Profiler for Visual Studio 2008, C++?

Are there any good, free (or at least reasonably cheap) profilers for at least native C++ that can integrate with Visual Studio 2008 Professional? I looked at DevPartner community edition but they seem to only support Visual Studio 2003 and Visual Studio 2005. Failing that are there any good free/cheap profilers in general that I c...

Log table access using SQL Server Profiler

Is there a way to use Profiler to determine whether a table is being accessed by queries? I saw an event named Object:Opened (Indicates when an object has been accessed, such as for SELECT, INSERT, or DELETE statements) and Object:Closed, but these do not seem to work. In particular, I created a simple trace with both Object:Opened and...

Any Good Free .NET Profiler?

Is there any good free .net profiler available? ...

Clever tricks to find specific LINQ queries in SQL Profiler

Profiling LINQ queries and their execution plans is especially important due to the crazy SQL that can sometimes be created. I often find that I need to track a specific query and have a hard time finding in query analyzer. I often do this on a database which has a lot of running transactions (sometimes production server) - so just ope...

How Does AQTime Do It?

I've been testing out the performance and memory profiler AQTime to see if it's worthwhile spending those big $$$ for it for my Delphi application. What amazes me is how it can give you source line level performance tracing (which includes the number of times each line was executed and the amount of time that line took) without modifyi...

How do you find the least optimized parts of a program?

Are there any tools to give some sort of histogram of where most of the execution time of the program is spent at? This is for a project using c++ in visual studio 2008. ...

What are your favorite features of a C/C++ performance profiler / analyzer?

I'm trying to pick a perforamnce analyzer to use. I'm a beginner developer and not sure what to look for in a performance analyzer. What are the most important features? ...

How to write a profiler?

Hi, i would to know how to write a profiler? What books and / or articles recommended? Can anyone help me please? Someone has already done something like this? ...

What are "unstacked calls in outer" in Perl's Devel::DProf?

I am profiling a Perl application with perl -d:DProf. When running dprofpp on the resulting tmon.out file, I get warnings like these: Compress::Zlib::__ANON__ has 5 unstacked calls in outer Compress::Zlib::AUTOLOAD has -5 unstacked calls in outer What is an unstacked call? Who or what is "outer"? What do the numbers mean? How can the...

Profiling ClickOnce *startup* time.

I am trying to optimize startup time of one of an internal tool at my company. It however, is deployed via ClickOnce and utilized IsolatedStorage. I am using JetBrains dotTrace 3.1 to profile it but then it would not be able to start the application due to dependency on IsolatedStorage and ApplicationDeployment which requires that the ...

How to profile?

I've developed a little screenshot application but I've heard that I should profile my code to see where it's using a lot of resources and stuff. What is a profiler? what does it do? Where can i get it for free? and How do I use it? ...

How can I profile the performance of a .NET app already deployed to a customer?

I have several customers where my WinForms app does not perform as well as at other customers. I use JetBrain's dotTrace here in the office, but that does not help me find bottlenecks on the machines of our customers. How can I profile the performance of a .NET app already deployed to a customer? Are there any profiling tools with a redi...

easy way to profile method timings in .net

could someone help me to find out how to get the time of execution time of c# methods when i run the application. if i use clr profiler , i can get object allocation details. but i am looking for methods or lines of code which took long time to execute. ...

VB6 Profiler

What is the best free or trial version profiler for VB6? ...