How can we help you today? How can we help you today?
jimbojones2000

Activity overview

Latest activity by jimbojones2000

Hi What do you mean by PerfMon? Is that the Performance Profiler, or a different tool? I see results from the profiler, (hot methods, time in methods, etc). Just the graph appears to be broken. However it's difficult to profile hot sections without being able to see when the CPU usage is high within a session. The log shows an exception: [code] 07 Jan 2013 15:13:19.104 [108] ERROR RedGate.Profiler.Engine.Startup.Counters.PerformanceCounterSource - Unable to create performance counter '% Processor Time'. The reported exception indicates that this could be due to corrupted performance counter configuration: Input string was not in a correct format. 07 Jan 2013 15:13:19.107 [108] ERROR RedGate.Profiler.Engine.Startup.Counters.PerformanceCounterSource - Input string was not in a correct format. 07 Jan 2013 15:13:19.109 [108] ERROR RedGate.Profiler.Engine.Startup.Counters.PerformanceCounterSource - System.FormatException 07 Jan 2013 15:13:19.111 [108] ERROR RedGate.Profiler.Engine.Startup.Counters.PerformanceCounterSource - at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp) at System.Diagnostics.PerformanceCounterLib.get_NameTable() at System.Diagnostics.PerformanceCounterLib.get_CategoryTable() at System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists) at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter) at System.Diagnostics.PerformanceCounter.Initialize() at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly) at ???.???. / comments
Hi What do you mean by PerfMon? Is that the Performance Profiler, or a different tool? I see results from the profiler, (hot methods, time in methods, etc). Just the graph appears to be broken. How...
0 votes