由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - baozi for help a simple way C# program
相关主题
visual studio 2005怎么code profiling?麻烦推荐一本VB.NET书?
Performance Profilingvisual studio 2008
Visual C++ .net question如果你重学.net和c#会怎么学?
Re: 有人试过 VISUAL STUDIO 2005 和 .NET 2.0么.NET 和 Java 的轮回
诚心请教:如果有点vb&c++基础,学vb .net要多久visual studio 2017来了
Tried Visual Studio 2005 Betaany good .net profiler?
笨笨一问:请问Visual Studios.NET和Visual Studio 2003/2005什么关系啊?static or else?
Visual Studio 2005, SQL Server 2005 available to MSDN用DLL会快些吗?
相关话题的讨论汇总
话题: c#话题: simple话题: program话题: baozi
进入DotNet版参与讨论
1 (共1页)
c********t
发帖数: 4527
1
It is a simple C# program using a libray to do a message conversion (object
serializaiton), how to do performance analysis as it take a long time given
some test data.
Visual studio 2010 any built in tool/profile to analyse which part of the
code takes the long time. If not any free tools very easy to setup?
A java guy's new problem in C#
s***o
发帖数: 2191
2
The Performance Profiling Tools will meet your needs. There are various
options from the "Analyze" menu, and very likely you will be using
"Analyze -> Profiler -> New Performance Session".
Check MSDN for more details: http://msdn.microsoft.com/en-
us/library/z9z62c29.aspx
btw, if you have access to the source code, probably setting some timer
or break points is a more straightforward approach.

(object
given
the

【在 c********t 的大作中提到】
: It is a simple C# program using a libray to do a message conversion (object
: serializaiton), how to do performance analysis as it take a long time given
: some test data.
: Visual studio 2010 any built in tool/profile to analyse which part of the
: code takes the long time. If not any free tools very easy to setup?
: A java guy's new problem in C#

c**t
发帖数: 2744
3
if you have source code, you can wrap your suspected calls with stopwatch.

【在 s***o 的大作中提到】
: The Performance Profiling Tools will meet your needs. There are various
: options from the "Analyze" menu, and very likely you will be using
: "Analyze -> Profiler -> New Performance Session".
: Check MSDN for more details: http://msdn.microsoft.com/en-
: us/library/z9z62c29.aspx
: btw, if you have access to the source code, probably setting some timer
: or break points is a more straightforward approach.
:
: (object
: given

c********t
发帖数: 4527
4
yep, the built in profile tool in studio is quite impressive.
Your help comes in a bit late, but still thank you very much for the help.

【在 s***o 的大作中提到】
: The Performance Profiling Tools will meet your needs. There are various
: options from the "Analyze" menu, and very likely you will be using
: "Analyze -> Profiler -> New Performance Session".
: Check MSDN for more details: http://msdn.microsoft.com/en-
: us/library/z9z62c29.aspx
: btw, if you have access to the source code, probably setting some timer
: or break points is a more straightforward approach.
:
: (object
: given

1 (共1页)
进入DotNet版参与讨论
相关主题
用DLL会快些吗?诚心请教:如果有点vb&c++基础,学vb .net要多久
memory leakTried Visual Studio 2005 Beta
请问关于:Modeling Tools and Version Control -- Visual St笨笨一问:请问Visual Studios.NET和Visual Studio 2003/2005什么关系啊?
心得:use XPath (+namespace)Visual Studio 2005, SQL Server 2005 available to MSDN
visual studio 2005怎么code profiling?麻烦推荐一本VB.NET书?
Performance Profilingvisual studio 2008
Visual C++ .net question如果你重学.net和c#会怎么学?
Re: 有人试过 VISUAL STUDIO 2005 和 .NET 2.0么.NET 和 Java 的轮回
相关话题的讨论汇总
话题: c#话题: simple话题: program话题: baozi