Skip to content

Commit

Permalink
enable measure_full_prog_addr_based_single_mem_table
Browse files Browse the repository at this point in the history
  • Loading branch information
QiongwenXu committed Feb 4, 2021
1 parent a44333a commit eb36b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion measure/meas_solve_time_ebpf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void meas_solve_time_delta_n_times(inst* p, inst* delta, int start, int end,
if (test2) measure_full_prog_off_based_multi_table(p, p_new);
if (test3) measure_full_prog_addr_based_multi_table(p, p_new);
if (test4) measure_full_prog_addr_based_single_map_table(p, p_new);
// if (test5) measure_full_prog_addr_based_single_mem_table(p, p_new);
if (test5) measure_full_prog_addr_based_single_mem_table(p, p_new);
if (test6) measure_full_prog_addr_based_single_mem_single_map_table(p, p_new);
}

Expand Down

0 comments on commit eb36b1b

Please sign in to comment.