public void printProfileSummary() {
if (!this.getUsesEclipseLinkProfiling().booleanValue()) {
return;
}
PerformanceProfiler performanceProfiler = (PerformanceProfiler)getSession().getProfiler();
getSession().getSessionLog().info(performanceProfiler.buildProfileSummary().toString());
}
/**
* INTERNAL:
* utility method to get rid of leading and trailing {}'s