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 fdb5811 commit b43ca3bCopy full SHA for b43ca3b
tool/zjit_iongraph.rb
@@ -25,6 +25,10 @@ def run_ruby *cmd
25
JSON.parse(File.read(path))
26
end
27
28
+if functions.empty?
29
+ LOGGER.warn("No iongraph functions found for PID #{pid}")
30
+end
31
+
32
json = JSON.dump({version: 1, functions: functions})
33
# Get zjit_iongraph.html from the sibling file next to this script
34
html = File.read(File.join(File.dirname(__FILE__), "zjit_iongraph.html"))
0 commit comments