# # ChangeLog for doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt # # Generated by Trac 1.2.1 # Jun 28, 2024, 6:43:38 AM Fri, 24 Mar 2023 20:57:03 GMT caparsons [4eebbcc] * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/rand.cfa (modified) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py (modified) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/run (modified) some mutex stmt benchmark cleanup Sun, 19 Mar 2023 17:52:19 GMT caparsons [cd477ca] * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/order-basic.cfa (deleted) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/order.cfa (modified) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/order-basic.cc (deleted) renamed baseline bench and added separate cluster to cfa benchmark to ... Sun, 19 Mar 2023 17:51:35 GMT caparsons [5f648fb3] * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/bench.h (modified) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/run (modified) updated runscript and shared header for rand bench Sun, 19 Mar 2023 17:51:13 GMT caparsons [0da7181] * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/baseline.cfa (added) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/rand.cfa (added) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/baseline.cc (added) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/rand.cc (added) added randomized lock ordering bench for mutexstmt Sat, 18 Mar 2023 18:20:40 GMT caparsons [119e6c8] * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/cppLock.hpp (modified) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/run (modified) updated mutex stmt run script and header for cpp variant Sat, 18 Mar 2023 18:18:41 GMT caparsons [bb9b8f0] * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py (added) added plotting script for mutexstmt benchmarks Sat, 18 Mar 2023 18:17:33 GMT caparsons [6bc70a38] * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/order-basic.cfa (added) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/order-basic.cc (added) added baseline mutex stmt and scoped lock benchmarks Fri, 17 Mar 2023 18:33:32 GMT caparsons [6e6989c] * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/bench.h (added) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/order.cfa (added) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/cppLock.hpp (added) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/order.cc (added) * doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/run (added) added mutex stmt benchmarking