Loading include/object/ptalog.h +2 −2 Original line number Diff line number Diff line Loading @@ -66,9 +66,9 @@ class PTALog { kout << "[PTA] benchmark stop" << endl; } void dump() void dump(uint16_t trace_id) { kout << "[PTA] trace, count=" << dec << log_index << endl; kout << "[PTA] trace=" << dec << trace_id << ", count=" << log_index << endl; for (uint8_t i = 0; i < log_index; i++) { #ifdef PTALOG_TIMING kout << "[PTA] transition=" << log[i].transition_id; Loading Loading
include/object/ptalog.h +2 −2 Original line number Diff line number Diff line Loading @@ -66,9 +66,9 @@ class PTALog { kout << "[PTA] benchmark stop" << endl; } void dump() void dump(uint16_t trace_id) { kout << "[PTA] trace, count=" << dec << log_index << endl; kout << "[PTA] trace=" << dec << trace_id << ", count=" << log_index << endl; for (uint8_t i = 0; i < log_index; i++) { #ifdef PTALOG_TIMING kout << "[PTA] transition=" << log[i].transition_id; Loading