class Process::Metrics::General

def self.expand_children(children, hierarchy, pids)

def self.expand_children(children, hierarchy, pids)
	children.each do |pid|
		self.expand(pid, hierarchy, pids)
	end
end