How can we help you today? How can we help you today?
dannytuppeny

Activity overview

Latest activity by dannytuppeny

I don't understand the difference between "Wall Clock" and "CPU", but both seem to show the same numbers. / comments
I don't understand the difference between "Wall Clock" and "CPU", but both seem to show the same numbers.
0 votes
Inaccurate timings
I posted a thread in the v3 forum about innacurate timings we had in our application. I stripped it down to a small sample posted here:http://www.red-gate.com/MessageBoard/vi ... php?t=7117The code...
3 followers 3 comments 0 votes
BUG: Profiler not correctly removing overhead from timings
I think I've found a bug in the profiler to do with it not removing its own overhead properly. The code below might seem a little strange, but it was the best example I could come up with. I think ...
2 followers 3 comments 0 votes
Strange hit counts on if statements
I'm not sure if this is deliberate, but the hit counts on my if statements seem to be the sum of the number of times the condition was evaluated plus the number of times the condition evaluated to ...
1 follower 1 comment 0 votes
That solved the problem! With our changes the process took 30 mins and the profiler says it was 14 mins - sounds resonable, since the last time I noticed the profiler was roughly doubling the exceution time :-) / comments
That solved the problem! With our changes the process took 30 mins and the profiler says it was 14 mins - sounds resonable, since the last time I noticed the profiler was roughly doubling the exceu...
0 votes
Just a thought - it took 2.5 hours total - with the profiler attached. Since the profiler should be removing its own overhead, I assume the figures should be even lower, and it's out by even more [image] / comments
Just a thought - it took 2.5 hours total - with the profiler attached. Since the profiler should be removing its own overhead, I assume the figures should be even lower, and it's out by even more
0 votes
Timings way off? 25 hours vs 2.5 hours
I've been profiling an application recently but the timings seem to be off by a factor of 10. The process takes 2.5 hours and the profiler reports 90,000 seconds (25 hours). It's a multi-threaded a...
2 followers 5 comments 0 votes