! Track profiling data. */
| 4784 | /*! Track profiling data. |
| 4785 | */ |
| 4786 | void cStats::ProfilingData(const profiling_stats_t& pf) { |
| 4787 | for(profiling_stats_t::const_iterator i=pf.begin(); i!=pf.end(); ++i) { |
| 4788 | m_profiling[i->first].Add(i->second); |
| 4789 | } |
| 4790 | } |
| 4791 | |
| 4792 | /*! Print profiling data. |
| 4793 | */ |