We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
... -m vmprof --jitlog ...
1 parent 213ba03 commit e496c65Copy full SHA for e496c65
1 file changed
vmprof/upload.py
@@ -48,6 +48,9 @@ def upload(stats, name, argv, host, auth, forest=None):
48
sys.stderr.write("VMProf log: %s/#/%s\n" % (host.rstrip("/"), profile_checksum))
49
50
if forest:
51
+ if forest.extract_source_code_lines():
52
+ # only copy the tags if the jitlog has no source code yet!
53
+ forest.copy_and_add_source_code_tags()
54
url = get_url(host, "api/jitlog/%s/" % profile_checksum)
55
jitlog.upload(forest.filepath, url)
56
forest.unlink_jitlog()
0 commit comments