// CLIENT INTERFACE PROFILER
statsSource = new SiteProfilerStats(this);
this.statsAgent.registerStatsSource(SysProcSelector.SITEPROFILER, 0, statsSource);
// BATCH PLANNER PROFILER
statsSource = new BatchPlannerProfilerStats(this, this.catalogContext);
this.statsAgent.registerStatsSource(SysProcSelector.PLANNERPROFILER, 0, statsSource);
}