diff options
Diffstat (limited to 'tracing/README.rst')
-rw-r--r-- | tracing/README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tracing/README.rst b/tracing/README.rst new file mode 100644 index 0000000..d2846ef --- /dev/null +++ b/tracing/README.rst @@ -0,0 +1,8 @@ +Tracing +======= + +To see what crypto functions are being called with what input run + +.. code:: bash + + gdb --batch -x tracing/trace.gdb ./build/test_ratchet | grep "^[- ]" | tr "{}" "[]" | tracing/graph.py |