| 130 | |
| 131 | |
| 132 | === `PDAF_X_memtime` === |
| 133 | |
| 134 | The optional routine `PDAF_X_memtime` displays information about allocated memory and the execution time of different parts of the filter algorithm. |
| 135 | |
| 136 | The interface is as follows: |
| 137 | {{{ |
| 138 | SUBROUTINE PDAF_X_memtime(printtype) |
| 139 | }}} |
| 140 | with 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 | |