MCPcopy Create free account
hub / github.com/nodejs/node / to_gnuplot

Method to_gnuplot

deps/v8/tools/gc-nvp-trace-processor.py:104–105  ·  view source on GitHub ↗
(self, ctx)

Source from the content-addressed store, hash-verified

102 return flatten([item.fieldrefs() for item in self.items])
103
104 def to_gnuplot(self, ctx):
105 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
106
107class Set(object):
108 def __init__(self, value):

Callers

nothing calls this directly

Calls 2

joinMethod · 0.45
to_gnuplotMethod · 0.45

Tested by

no test coverage detected