Misc: note in attack graphs script on how to produce time/memory consumption output as well (on Linux)

This commit is contained in:
Cas Cremers 2013-06-20 09:54:56 +02:00
parent 2004a0f4aa
commit c11a4268b0

View File

@ -20,6 +20,12 @@
"""
Generate attacks for each claim
To also generate resource usage details on linux, use something like:
xargs -a protocols.txt -n 1 -I {} /usr/bin/time -v -o {}.times ./generate-attack-graphs.py {}
where 'protocols.txt' contains a protocol file per line.
"""
#---------------------------------------------------------------------------