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 6717b5c commit 8cd6f9cCopy full SHA for 8cd6f9c
gprofiler/profilers/perf.py
@@ -536,8 +536,7 @@ def relevant_for_process(self, process: Process) -> bool:
536
return is_golang_process(process)
537
538
def make_application_metadata(self, process: Process) -> Dict[str, Any]:
539
- metadata = {"golang_version": get_process_golang_version( process.create_time())}
540
- print(metadata)
+ metadata = {"golang_version": get_process_golang_version(process.create_time())}
541
self.add_exe_metadata(process, metadata)
542
metadata.update(super().make_application_metadata(process))
543
print(metadata)
0 commit comments