Method: Tem::Benchmarks#time_vm_perf_bound_rsa
- Defined in:
- lib/tem/benchmarks/vm_perf_bound.rb
#time_vm_perf_bound_rsa ⇒ Object
14 15 16 17 18 19 20 21 |
# File 'lib/tem/benchmarks/vm_perf_bound.rb', line 14 def time_vm_perf_bound_rsa secpack = vm_perf_seclosure secpack.bind @tem.pubek, :done, :stack print "RSA-bound SECpack has #{secpack.body.length} bytes, " + "executes #{vm_perf_seclosure_opcount} instructions and produces " + "#{vm_perf_seclosure_outcount} bytes\n" do_timing { @tem.execute secpack } end |