Re: When do YOU optimize?



Like Dave, I generally write it as fast as possible. Once I have it working
I'll start running it thru a profiler (AQTime). After that it goes off to
QA...

Jeff

"Dave White" <borland_newsgroups@xxxxxxxxxxxxxxxx> wrote in message
news:478702ed@xxxxxxxxxxxxxxxxxxxxxxxxx
"Scout" <Toothpaste@xxxxxxxxx> wrote in message
news:MPG.21f1baf9676668c9897cc@xxxxxxxxxxxxxxxxxxxxxxxxx
Just interested in what plans any of you may have for optimizing code.


I spend a fair bit of time optimizing my code, but mostly after it's
written. I write my initial code so that it's easy to understand and
test, then when everything is running and validated, I'll run it through a
profiler to see if there are any major bottlenecks. Alternatively, a
report may come back from the field that something isn't as fast as the
users would like. Then I investigate, and refactor if possible.

Dave White



.



Relevant Pages

  • Re: IsNothing(_myVar) vs. _myVar Is Nothing
    ... this tool is great, easy to use and free: DevPartner ... Profiler ... > -- Dave ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Code profiling for VC++ in Visual Studio 7.1?
    ... There isn't an MS supplied profiler in VC7. ... using the free Numega profiler: ... Dave ... Prev by Date: ...
    (microsoft.public.vc.ide_general)
  • Re: How to use profiler in .NET 7.1
    ... There isn't an MS supplied profiler in VC7. ... using the free Numega profiler: ... Dave ...
    (microsoft.public.dotnet.languages.vc)
  • Re: dont know how to get started
    ... Of these options, i've found VTune to be incredable, but it has a very steep ... best best in my opinion is to try ANTS or AQTime with their month free trial ... > What you are describing is a code path profiler. ... > Many of these tools have free trials. ...
    (microsoft.public.dotnet.framework.performance)
  • ANN: AQtime 4.0 beta program
    ... AutomatedQA announces the opening of beta testing for version 4.0 of AQtime, ... Do you develop ASP.NET applications? ... Do you use Borland's Optimizeit profiler or other profilers? ...
    (borland.public.delphi.thirdpartytools.general)