General Questions About C# High Performance

  • Thread starter Thread starter Sakura Data
  • Start date Start date
S

Sakura Data

Guest
Hello,

When you make a performance you can use the syntax code Stopwatch() to make a measurement but I have some general question about it.

1.
Should you use the syntax code "Stopwatch stopwatch = new Stopwatch();" in production phase. I have heard that this syntax takes a lot performance.
Is there another approach to use it?

2.
Is there any other option / tool that is not to use "Stopwatch stopwatch = new Stopwatch();" in order to make a mesurement?

3.
Is there any other advice that I should be aware about high performance?


Thank you!

Continue reading...
 
Back
Top