Beispiel #1
0
 /** Start collecting statistics (starts timer). */
 protected void startStatsCollection() {
   if (m_plannerStats != null) {
     m_plannerStats.startStatsCollection();
   }
 }