Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pfilipko1 committed May 28, 2023
1 parent 6717b5c commit 8cd6f9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gprofiler/profilers/perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,7 @@ def relevant_for_process(self, process: Process) -> bool:
return is_golang_process(process)

def make_application_metadata(self, process: Process) -> Dict[str, Any]:
metadata = {"golang_version": get_process_golang_version( process.create_time())}
print(metadata)
metadata = {"golang_version": get_process_golang_version(process.create_time())}
self.add_exe_metadata(process, metadata)
metadata.update(super().make_application_metadata(process))
print(metadata)
Expand Down

0 comments on commit 8cd6f9c

Please sign in to comment.