Ignore:
Timestamp:
Jun 26, 2023, 10:11:03 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
b9c06b98
Parents:
65ef0cd (diff), 917e1fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py

    r65ef0cd rc4497e3  
    6060name = "Aggregate Lock"
    6161var_name = ""
     62experiment_duration = 10
    6263sendData = [0.0 for j in range(numVariants)]
    6364data = [[0.0 for i in range(len(procs))] for j in range(numVariants)]
     
    8081   
    8182    lineArr = line.split()
    82     tempData[count] = float(lineArr[-1])
     83    tempData[count] = float(lineArr[-1]) / experiment_duration
    8384    count += 1
    8485    if count == numTimes:
Note: See TracChangeset for help on using the changeset viewer.