} catch (Exception e)
{
throw new RampException(String.format("Exception initializing graphs for thread group %s",
strGroupName, e));
}
graphForThreadGroup.mergeWith(threadGraphEntry.getValue());
}
//Finalize for thread groups
for (Map.Entry<String, CallGraph> entry : m_callGraphThreadGroups.entrySet())
{