MCPcopy Index your code
hub / github.com/nodejs/node / gnuplot

Function gnuplot

deps/v8/tools/gc-nvp-trace-processor.py:60–64  ·  view source on GitHub ↗
(script)

Source from the content-addressed store, hash-verified

58 return flat
59
60def gnuplot(script):
61 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE)
62 gnuplot.stdin.write(script)
63 gnuplot.stdin.close()
64 gnuplot.wait()
65
66x1y1 = 'x1y1'
67x1y2 = 'x1y2'

Callers 1

plot_allFunction · 0.85

Calls 3

closeMethod · 0.65
writeMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…