Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137519a commit 766e7f1Copy full SHA for 766e7f1
1 file changed
Lib/profiling/sampling/stack_collector.py
@@ -85,8 +85,9 @@ def export(self, filename):
85
86
print(f"Flamegraph saved to: {filename}")
87
88
+ @staticmethod
89
@functools.lru_cache(maxsize=None)
- def _format_function_name(self, func):
90
+ def _format_function_name(func):
91
filename, lineno, funcname = func
92
93
if len(filename) > 50:
0 commit comments