Click here to Skip to main content
15,909,091 members
Home / Discussions / C#
   

C#

 
AnswerRe: Performance Test Tool For a Desktop Application Pin
Judah Gabriel Himango22-Aug-06 4:21
sponsorJudah Gabriel Himango22-Aug-06 4:21 
You can use the free CLR profiler[^] by Microsoft to profile the memory usage of your application, which affects performance. You can use the NPerf Framework[^] to write some performance tests in an NUnit-like fashion.

For more advanced things, there are some good 3rd party .NET profilers that tell you how long each line of code is taking. The one we use at work is ANTS Profiler[^], which give you per-line timings.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Dumbest. Movie. Title. Evaaar.
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


QuestionGenerics: Is x numeric? Pin
Tomerland22-Aug-06 3:57
Tomerland22-Aug-06 3:57 
AnswerRe: Generics: Is x numeric? Pin
S. Senthil Kumar22-Aug-06 4:09
S. Senthil Kumar22-Aug-06 4:09 
AnswerRe: Generics: Is x numeric? Pin
Judah Gabriel Himango22-Aug-06 4:17
sponsorJudah Gabriel Himango22-Aug-06 4:17 
AnswerRe: Generics: Is x numeric? Pin
Eric Dahlvang22-Aug-06 5:20
Eric Dahlvang22-Aug-06 5:20 
QuestionProblem with search DateTime with SQL Pin
ATC22-Aug-06 3:56
ATC22-Aug-06 3:56 
QuestionIs OpenSceneGraph as managed c++ in a C# gui possible? Pin
Atlemann22-Aug-06 3:44
Atlemann22-Aug-06 3:44 
AnswerRe: Is OpenSceneGraph as managed c++ in a C# gui possible? Pin
Judah Gabriel Himango22-Aug-06 4:23
sponsorJudah Gabriel Himango22-Aug-06 4:23 
QuestionEditting the range for an excel pivottable Pin
Goalie3522-Aug-06 3:17
Goalie3522-Aug-06 3:17 
QuestionIsNull with C# Pin
M Riaz Bashir22-Aug-06 3:00
M Riaz Bashir22-Aug-06 3:00 
AnswerRe: IsNull with C# Pin
User 665822-Aug-06 3:04
User 665822-Aug-06 3:04 
GeneralRe: IsNull with C# Pin
Ed.Poore22-Aug-06 4:25
Ed.Poore22-Aug-06 4:25 
GeneralRe: IsNull with C# Pin
User 665822-Aug-06 4:47
User 665822-Aug-06 4:47 
GeneralRe: IsNull with C# Pin
Ed.Poore22-Aug-06 6:09
Ed.Poore22-Aug-06 6:09 
AnswerRe: IsNull with C# Pin
Judah Gabriel Himango22-Aug-06 4:25
sponsorJudah Gabriel Himango22-Aug-06 4:25 
AnswerRe: IsNull with C# Pin
Ed.Poore22-Aug-06 4:26
Ed.Poore22-Aug-06 4:26 
Questionvalidation Pin
nachisaravanan22-Aug-06 2:57
nachisaravanan22-Aug-06 2:57 
AnswerRe: validation Pin
MCSD-Gandalf22-Aug-06 3:25
MCSD-Gandalf22-Aug-06 3:25 
Questionhow to keep a group together in a rdlc report? Pin
gus_br22-Aug-06 2:47
gus_br22-Aug-06 2:47 
AnswerRe: how to keep a group together in a rdlc report? Pin
Alex.Shnaider17-Apr-12 22:29
Alex.Shnaider17-Apr-12 22:29 
Questionhow do i get?... Pin
diddy3422-Aug-06 2:29
diddy3422-Aug-06 2:29 
AnswerRe: how do i get?... Pin
TikkuTakku22-Aug-06 2:41
TikkuTakku22-Aug-06 2:41 
Questionreportviewer not printing Pin
Glen Harvy22-Aug-06 2:15
Glen Harvy22-Aug-06 2:15 
QuestionPrinting messages from other classes in the main form. Pin
TikkuTakku22-Aug-06 2:04
TikkuTakku22-Aug-06 2:04 
AnswerRe: Printing messages from other classes in the main form. Pin
Christian Graus22-Aug-06 2:08
protectorChristian Graus22-Aug-06 2:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.