Changes between Version 21 and Version 22 of AddFilterAlgorithm


Ignore:
Timestamp:
Dec 7, 2011, 6:15:15 PM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddFilterAlgorithm

    v21 v22  
    128128
    129129
     130
     131
     132=== `PDAF_X_memtime` ===
     133
     134The optional routine `PDAF_X_memtime` displays information about allocated memory and the execution time of different parts of the filter algorithm.
     135
     136The interface is as follows:
     137{{{
     138  SUBROUTINE PDAF_X_memtime(printtype)
     139}}}
     140with the following argument:
     141 * `printtype`: The type of the output to be done [integer, input]. For the filter algorithms that are included in the PDAF source code package the following choices are implemented:
     142   * 1: Display general timers
     143   * 2: Display allocated memory
     144   * 3: Display detailed timers
     145
     146
     147
     148
     149