class TestProf::FactoryProf::Configuration

def flamegraph?

Whether we want to generate flamegraphs
def flamegraph?
  @mode == :flamegraph
end