Posts
Sort by recent activity
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...
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 ...
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 ...
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...
Could not load file or assembly 'RedGate.Profiler.Instrument
I'm trying to profile an ASP.NET app (this worked last week), and I'm getting this error:
"Could not load file or assembly 'RedGate.Profiler.Instrumentation, Version=2.5.0.0, Culture=neutral, Publi...