diff options
Diffstat (limited to 'test/lib/profiling.py')
| -rw-r--r-- | test/lib/profiling.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/profiling.py b/test/lib/profiling.py index bac9e549f..f47145718 100644 --- a/test/lib/profiling.py +++ b/test/lib/profiling.py @@ -69,12 +69,12 @@ def profiled(target=None, **target_opts): else: stats.print_stats() - print_callers = target_opts.get('print_callers', + print_callers = target_opts.get('print_callers', profile_config['print_callers']) if print_callers: stats.print_callers() - print_callees = target_opts.get('print_callees', + print_callees = target_opts.get('print_callees', profile_config['print_callees']) if print_callees: stats.print_callees() |
