Changes between Version 11 and Version 12 of AddingMemoryandTimingInformation
- Timestamp:
- Dec 8, 2019, 12:06:06 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingMemoryandTimingInformation
v11 v12 91 91 PDAF prepoststep_pdaf: 0.017 s 92 92 }}} 93 In this example most time is spen d inside PDAF (it is from the PDAF testsuite). If significant time is spend in one of several of the call-back routines, this given an indication which routines might have potential for optimization.93 In this example most time is spent inside PDAF (it is from the PDAF testsuite where pseudo observations are genered inside the program and the observation operator is trivial). If significant time is spend in one of several of the call-back routines, this given an indication which routines might have potential for optimization. 94 94 95 95 More detailed information in time spend in different parts of the filter algorithm itself can be obtained using a value of 4 or 5 in the call to `PDAF_print_info`. Only the time from the first process of the filter processes is displayed. However, the time for each process should be similar.