Changes between Version 2 and Version 3 of OfflineAddingMemoryandTimingInformation_PDAF23


Ignore:
Timestamp:
May 18, 2025, 7:11:18 PM (7 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OfflineAddingMemoryandTimingInformation_PDAF23

    v2 v3  
    2222PDAF 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`.
    2323
     24These routines are usually called in `finalize_pdaf`.
     25
    2426== Displaying memory information ==
    2527
    2628Information about the memory required by PDAF through allocated arrays can be obtained by inserting into the program the line
    2729{{{
    28   CALL PDAF_print_info(2)
     30  CALL PDAF_print_info(10)
    2931}}}
    3032The function displays the following information
     
    3234 * Memory required by the analysis step
    3335 * Memory required to perform the ensemble transformation
     36
    3437
    3538The output will look like this: