From 19b5214b6a44847b6e8b8066da150d55a996fd1b Mon Sep 17 00:00:00 2001
From: Kevin Pouget <kevin.pouget@imag.fr>
Date: Wed, 2 Mar 2016 15:55:28 +0100
Subject: [PATCH] fix and improve

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 21b6d4c..2ea4cc9 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,14 @@ Don't get me wrong, this is nothing related to [GDB Python
 interface](https://sourceware.org/gdb/current/onlinedocs/gdb/Python-API.html#Python-API).
 This API is for extending GDB, whereas GDB Tester is for scripting it.
 
+**Try it**
+----------
+
+This command should benchmark GDB breakpoints:
+
+    python3 -c 'import gdb_tester; gdb_tester.main(pkg_prefix="gdb_tester.gdb_testing")'
+
+
 Where and how to specify unit-tests and benchmarks
 ------------------------------------------------
 
@@ -139,4 +147,4 @@ vanilla GDB:
              prepare_and_run()
              gdb.reset(hard=(not no_mcgdb))
         
-         gdb.quit()
\ No newline at end of file
+         gdb.quit()
-- 
GitLab