Reporter | Michael (mteper) |
---|---|
Created | Feb 4, 2012 2:43:43 AM |
Updated | Feb 4, 2012 2:43:43 AM |
Priority | Normal |
Type | Unspecified |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
I just uploaded snapshot taken with dotTrace named ReSharperPerfSnapshot20120203-1.zip.
During the duration of the snapshot, I managed to type in the following method:
private void Page_Init(object sender, EventArgs e)
{
SaveButton.Click += SaveButton_Click;
}
Full story:
1. I started the profiler per instructions but didn't start profiling
2. dotTrace launched VS, I opened my solution and started working on a new .aspx doc
3. While I was woking in the HTML editor, the performance was super quick, far faster than I am now used to (why would it run faster under dotTrace???)
4. However, as soon as I switched to the code behind file, editor performance dropped to a crawl, with a character appearing every 1-2 seconds or so
5. I started profiling, entered the method above, and stopped profiling
Please fix this, r# has gotten unusable of late!!
During the duration of the snapshot, I managed to type in the following method:
private void Page_Init(object sender, EventArgs e)
{
SaveButton.Click += SaveButton_Click;
}
Full story:
1. I started the profiler per instructions but didn't start profiling
2. dotTrace launched VS, I opened my solution and started working on a new .aspx doc
3. While I was woking in the HTML editor, the performance was super quick, far faster than I am now used to (why would it run faster under dotTrace???)
4. However, as soon as I switched to the code behind file, editor performance dropped to a crawl, with a character appearing every 1-2 seconds or so
5. I started profiling, entered the method above, and stopped profiling
Please fix this, r# has gotten unusable of late!!