Difference between revisions of "Slicer3:Performance Analysis"

From NAMIC Wiki
Jump to: navigation, search
Line 78: Line 78:
  
 
KCachegrind:
 
KCachegrind:
* [[Slicer3:Performance_Analysis/KCache1|KCachegrind; run Slicer3, load DICOM, exit]]
+
 
* [[Slicer3:Performance_Analysis/Kcache2|KCachegrind; run Slicer3, load DICOM, exit]]
+
* [[Slicer3:Performance_Analysis/KCache1.png|KCachegrind; run Slicer3, load DICOM, exit]]
 +
* [[Slicer3:Performance_Analysis/KCache2.png|KCachegrind; run Slicer3, load DICOM, exit]]

Revision as of 17:35, 28 December 2006

Home < Slicer3:Performance Analysis
Slicer3

Home

About

FAQ

Status

Downloads

Documentation

Community Support

Developers

Acknowledgements

Links

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

Profilers for Multi-threaded Applications

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

Sample Files

oprofile:

KCachegrind: