refactor
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed May 20 18:07:31 2009 +0100 (8 months ago)
changeset 39899cebd1ec3431
parent 3988 56d6b2ecf538
child 3990 b18f0b4a2567
refactor
utils/flowmon/plot.py
     1.1 --- a/utils/flowmon/plot.py	Wed May 20 18:07:23 2009 +0100
     1.2 +++ b/utils/flowmon/plot.py	Wed May 20 18:07:31 2009 +0100
     1.3 @@ -85,6 +85,12 @@
     1.4          results.read_results_file(fname)
     1.5      print "Read %i simulations." % (len(results.simulations),)
     1.6  
     1.7 +    performance_results(results)
     1.8 +
     1.9 +
    1.10 +
    1.11 +
    1.12 +def performance_results(results):
    1.13      cpu_time_no_monitor = []
    1.14      cpu_time_monitor = []
    1.15      memory_no_monitor = []