Difference between revisions of "Slicer3:Performance Analysis"
From NAMIC Wiki
m (Update from Wiki) |
|||
Line 42: | Line 42: | ||
* [http://www.cs.utah.edu/dept/old/texinfo/as/gprof_toc.html GNU gprof] | * [http://www.cs.utah.edu/dept/old/texinfo/as/gprof_toc.html GNU gprof] | ||
+ | ** gprof is not a good profiler for our needs because it doesn't support profiling multithreaded code. | ||
* [http://oprofile.sourceforge.net/ oprofile] | * [http://oprofile.sourceforge.net/ oprofile] | ||
* [http://developer.apple.com/tools/sharkoptimize.html Shark 4 (OSX)] | * [http://developer.apple.com/tools/sharkoptimize.html Shark 4 (OSX)] |
Revision as of 16:30, 28 December 2006
Home < Slicer3:Performance AnalysisSlicer3 |
---|
Contents
Slicer 3 Performance Analysis
We are looking into performance analysis on the Slicer3 codebase in order to streamline execution where possible, identify parts of the program to optimize, and determine which parts of Slicer3 are using the most system resources. We are currently in the process of determining which profilers to use on the various Slicer platforms.
Tools
Statistical Profilers
- GNU gprof
- gprof is not a good profiler for our needs because it doesn't support profiling multithreaded code.
- oprofile
- Shark 4 (OSX)
Profilers for Multi-threaded Applications
- Intel's VTune for Linux ($)
- TAU
- Threadmon: Thread usage/blockage
- TotalView ($)
- PerfSuite (POSIX Threads)
- GProf work-around for multi-threaded apps
- References on multi-threaded profiling and code optimization
Runtime Instrumentation
An initial valgrind suppressions file for slicer is in subversion. It includes an example command line to run it with slicer that also uses the VTK, ITK, KWWidgets suppression files.
Targets
- DICOM reader / GDCM
- vtkITK
- ImageReslice
- ITK resampler w/ deformable transform