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

Sean McBride sean at rogue-research.com
Mon Oct 27 11:45:47 EDT 2008


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