Ignore CPU usage?

At the bottom, Replace1 is just the StringReplacer plugin wrapped in a module patch (module is seen above). Even if I hide the module so that Replace1 is not rendering gui, the cpu usage for Replace1 only drops by 0.2.

Plugin CPU usage >> 0.3
Plugin wrapped in module >> 1.0

Can this be right? Does +0.7 matter?

btw, the enabled pin on all of these nodes are false, so they are not doing anything except passing along the last value from when the enabled pin was true.

(plz ignore the other node, gStringReplacer)

… well it turns out that the number is effected by the overhead of downstream nodes… i guess performance testing has to be a vvvvery sterile environment.