开发者

VS2010 Profiler comparison report baseline/comparison values

I 开发者_如何学Gohave run the profiler on my web project twice and then selected the two reports and generated a comparison report. When I look at the functions, I'm seeing two rows for each function:

VS2010 Profiler comparison report baseline/comparison values

One line is from the baseline, and the other line is from the second profile run. Shouldn't these lines be combined to show the DELTA between the TWO? I'm seeing every function call as two seperate lines.


Are the two reports you are comparing from a website project? If so it is likely that the dynamically generated module name is different each time you collect a profile. Since we use both the function name and module name to determine if functions match, this would explain why Page_Load shows up as two different rows.

You can check this by opening up each report in Visual Studio and navigating to the 'Modules' view to determine what the module name is for Page_Load in each report.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜