Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
extract_runtime_statistics [2026/08/27 20:14] hermann Updated documentation to match current source code |
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 ===== |
| Executes the contained functors and extracts information about their execution. The following items are calculated: | Executes the contained functors and extracts information about their execution. The following items are calculated: | ||
| Line 7: | Line 7: | ||
| - Number of elapsed seconds spent executing the contained functors. | - Number of elapsed seconds spent executing the contained functors. | ||
| - | === Inputs === | + | ===== Inputs ===== |
| None. | None. | ||
| - | === Optional Inputs === | + | ===== Optional Inputs ===== |
| None. | None. | ||
| - | === Outputs === | + | ===== Outputs ===== |
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | attributes | [[lookup_table_type|Lookup Table Type]] | Table containing the extracted information. | | + | | attributes | [[Lookup Table Type]] | Table containing the extracted information. | |
| - | === Group === | + | ===== Group ===== |
| - | [[functor_list#tools|Tools]] | + | [[Functor List#Tools | Tools]] |
| - | === Notes === | + | ===== Notes ===== |
| - | * 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. | + | 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 | ||