[vtkusers] Performance testing VTK applications on Mac OS X 10.5.5

Elvis Dowson elvis.dowson at mac.com
Mon Oct 27 11:54:35 EDT 2008


Thanks Sean, that just about covers all my points!! :-)  I'm looking  
into Shark and Instruments now.


On Oct 27, 2008, at 7:45 PM, Sean McBride wrote:

> On 10/26/08 11:37 PM, Elvis Dowson said:
>
>> I need a performance testing tool to perform
>> a. timing measurements for functions and report on the 10 slowest
>> functions
>
> Apple's "Shark".
>
>> b. detect memory leaks
>
> Apple's "Instruments" or "MallocDebug".
>
>> c. perform structural analysis (statement coverage and decision
>> coverage)
>
> gcc's coverage options.  See also "CoverStory":
> <http://code.google.com/p/coverstory/>
>
>> d. perform static analysis and report on code quality according to a
>> set of standards
>
> llvm's static alalyzer:
> <http://clang.llvm.org/StaticAnalysis.html>
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng                 sean at rogue-research.com
> Rogue Research                        www.rogue-research.com
> Mac Software Developer              Montréal, Québec, Canada
>
>




More information about the vtkusers mailing list