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

Method SetTrace

avida-core/source/cpu/cHardwareBase.h:148–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 virtual void PrintMiniTraceStatus(cAvidaContext& ctx, std::ostream& fp) = 0;
147 virtual void PrintMiniTraceSuccess(std::ostream& fp, const int exec_success) = 0;
148 void SetTrace(HardwareTracerPtr tracer) { m_tracer = tracer; }
149 void SetMiniTrace(const cString& filename);
150 void SetMicroTrace() { m_microtrace = true; }
151 void SetTopNavTrace(bool nav_trace) { m_topnavtrace = nav_trace; }

Callers 3

ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessGestationMethod · 0.80

Calls

no outgoing calls

Tested by 1

ProcessGestationMethod · 0.64