Changes between Version 2 and Version 3 of OfflineAddingMemoryandTimingInformation_PDAF23
- Timestamp:
- May 18, 2025, 7:11:18 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OfflineAddingMemoryandTimingInformation_PDAF23
v2 v3 22 22 PDAF provides functions to display the memory required by the array allocated inside PDAF. In addition, information about the execution duration of different parts of PDAF can be displayed. These information can be obtained by calling the routine `PDAF_print_info`. 23 23 24 These routines are usually called in `finalize_pdaf`. 25 24 26 == Displaying memory information == 25 27 26 28 Information about the memory required by PDAF through allocated arrays can be obtained by inserting into the program the line 27 29 {{{ 28 CALL PDAF_print_info( 2)30 CALL PDAF_print_info(10) 29 31 }}} 30 32 The function displays the following information … … 32 34 * Memory required by the analysis step 33 35 * Memory required to perform the ensemble transformation 36 34 37 35 38 The output will look like this: