Tagged Questions
4
votes
6answers
244 views
Information about how much time in spent in a function, based on the input of this function
Is there a (quantitative) tool to measure performance of functions based on its input?
So far, the tools I used to measure performance of my code, tells me how much time I spent in functions (like ...
5
votes
6answers
645 views
How should I react to diminishing application performance?
Sometimes it comes to me that the biggest challenge for an engineer when he find his application getting worse in performance is lack of enough information.
Imagine that you go through the weekly ...
7
votes
4answers
1k views
Recommended .Net profiler [closed]
I have an application that I am trying to squeeze every last drop of performance out of, So I am looking for a profiler that can give me some sort of info on where my bottlenecks are. I have seen a ...
2
votes
2answers
319 views
Why profile applications using AOP?
When tuning performance in a web application, I am looking for good and light-weight performance profiling tools to measure the execution time for each method. I know that the easiest profiling method ...
5
votes
4answers
314 views
Does profiling without benchmarking lead to micro-optimization?
Read first: For a definition of the two terms ("profiling" and "benchmarking") and the need for distinguishing them, please read this answer to a previous question.
I have to admit that until I saw ...
5
votes
4answers
447 views
Debugging, performance tracing, profiling, tools, etc. - suite?
My client is looking to standardize on its "helper" tools suite of applications to aid developers of a very large .NET project in debugging, profiling, finding memory leaks and performance ...