Misc: note in attack graphs script on how to produce time/memory consumption output as well (on Linux)
This commit is contained in:
parent
2004a0f4aa
commit
c11a4268b0
@ -20,6 +20,12 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
Generate attacks for each claim
|
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.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user