Differences
This shows you the differences between two versions of the page.
|
extract_runtime_statistics [2020/04/29 14:21] argemiro created |
extract_runtime_statistics [2026/08/27 20:14] (current) hermann Updated documentation to match current source code |
||
|---|---|---|---|
| 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 === |
| None. | None. | ||
| - | ===== Optional Inputs ===== | + | === Optional Inputs === |
| 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|Lookup Table Type]] | Table containing the extracted information. | |
| - | ===== Group ===== | + | === Group === |
| - | [[Functor List#Tools | Tools]] | + | [[functor_list#tools|Tools]] |
| - | ===== 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 | ||
| + | |||