Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9815e74f authored by Kevin Pouget's avatar Kevin Pouget
Browse files

enable everything

parent a823ce85
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ def benchmark(_gdb, what=None, at_init=None):
global gdb
gdb = _gdb
what = [version, do_nothing, set_breakpoints]
#what = [version, do_nothing, set_breakpoints]
if what is None:
what = [version, do_nothing, set_breakpoints, nominal_time, gdb_breakpoint, gdb_watchpoint] + \
list(map(lambda x: gdb_py_breakpoint_parameter(x), (0b0, 0b1, 0b10, 0b11)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment