Skip to content
Snippets Groups Projects
Commit 0e6fcc8e authored by fu5520tp's avatar fu5520tp
Browse files

set total_instr to 0 before executing plan

parent b3206b13
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ int pb_submit_plan(struct rq *rq)
pb->c_entry = 0;
pb->count_pb_cycles = 0;
pb->count_admin_cycles = 0;
pb->total_instr = 0;
pb->is_initialized = 1; // must be initialized last
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment