MCPcopy Create free account
hub / github.com/devosoft/avida / ProfilingData

Method ProfilingData

avida-core/source/main/cStats.cc:4786–4790  ·  view source on GitHub ↗

! Track profiling data. */

Source from the content-addressed store, hash-verified

4784/*! Track profiling data.
4785 */
4786void 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 */

Callers 1

ProcessPostUpdateMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected