Skip to content

Commit f68c810

Browse files
committed
use pipeline call as ex instead
1 parent ab1a103 commit f68c810

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vivarium_profiling/tools/extraction.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ class FunctionCallConfiguration:
2424
Attributes
2525
----------
2626
name
27-
Logical name for the metric (e.g., "gather_results", "setup"). Used as prefix
27+
Logical name for the metric (e.g., "pipeline_call"). Used as prefix
2828
for generated column names.
2929
filename
30-
Path pattern to match the source file (e.g., "results/manager.py").
30+
Path pattern to match the source file (e.g., "values/pipeline.py").
3131
function_name
32-
Name of the function to match (e.g., "gather_results").
32+
Name of the function to match (e.g., "__call__").
3333
line_number
3434
Optional line number to disambiguate functions with the same name in the same file.
3535
If None, we will match the first line number that matches, which corresonds to the highest cumulative runtime.

0 commit comments

Comments
 (0)