Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
extract_runtime_statistics [2020/04/29 14:21] argemiro created |
extract_runtime_statistics [2026/08/28 03:18] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Extract Runtime Statistics ====== | + | ====== Extract Runtime Statistics ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Execute contained functors and extract informations about the execution.The following items will be calculated: | + | Executes the contained functors and extracts information about their execution. The following items are calculated: |
| - | * Number of elapsed seconds to execute contained functors | + | - Number of elapsed seconds spent executing the contained functors. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| Line 15: | Line 15: | ||
| None. | None. | ||
| - | ===== Output ===== | + | ===== Outputs ===== |
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Attributes | [[lookup_table_type|Lookup Table]] | Table containing the extracted information. | | + | | attributes | [[Lookup Table Type]] | Table containing the extracted information. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 26: | Line 26: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | None. | + | The output table is keyed by an integer attribute code. Currently only attribute 1 is populated, holding the number of seconds spent running the contained functors. |
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| ExtractRuntimeStatistics | ExtractRuntimeStatistics | ||
| + | |||