File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/vivarium_profiling/tools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments