# # ChangeLog for src/benchmark/schedint # # Generated by Trac 1.2.1 # Apr 30, 2024, 9:23:29 AM Tue, 19 Dec 2017 18:47:38 GMT Thierry Delisle [3eb4541] * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/benchmark/schedint/pthreads.c (added) Added benchmark for pthread condition variables Mon, 27 Nov 2017 21:17:12 GMT Thierry Delisle [56de6b39] * src/benchmark/Makefile.am (modified) * src/benchmark/schedint/JavaThread.java (modified) Updated java signal benchmarks more closely mirror cfa/uC++ benchmarks Mon, 27 Nov 2017 17:38:21 GMT Thierry Delisle [6aa537a4] * .gitignore (modified) * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/benchmark/mutex/JavaThread.java (added) * src/benchmark/mutex/fetch_add.c (added) * src/benchmark/schedint/JavaThread.java (added) Added java benchmarks Thu, 02 Nov 2017 18:15:19 GMT Thierry Delisle [4cedd9f] * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/benchmark/SchedInt.c (deleted) * src/benchmark/csv-data.c (modified) * src/benchmark/schedint/cfa1.c (modified) * src/benchmark/schedint/cfa2.c (modified) * src/benchmark/schedint/cfa4.c (modified) * src/libcfa/concurrency/kernel (modified) * src/libcfa/concurrency/kernel.c (modified) * src/libcfa/concurrency/monitor (modified) * src/libcfa/concurrency/monitor.c (modified) * src/tests/boundedBuffer.c (modified) * src/tests/datingService.c (modified) * src/tests/sched-int-barge.c (modified) * src/tests/sched-int-block.c (modified) * src/tests/sched-int-disjoint.c (modified) * src/tests/sched-int-wait.c (modified) * src/tests/thread.c (modified) Updated public concurrency API to use references Mon, 30 Oct 2017 21:00:47 GMT Thierry Delisle [bb7e3d4] * src/benchmark/schedext/cfa1.c (modified) * src/benchmark/schedext/cfa2.c (modified) * src/benchmark/schedext/cfa4.c (modified) * src/benchmark/schedext/upp.cc (modified) * src/benchmark/schedint/cfa1.c (modified) * src/benchmark/schedint/cfa2.c (modified) * src/benchmark/schedint/cfa4.c (modified) * src/benchmark/schedint/upp.cc (modified) Removed second processor in scheduling benchmark, since it was ... Thu, 26 Oct 2017 20:22:17 GMT Thierry Delisle [9f0b975] * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/benchmark/creation/cfa_cor.c (modified) * src/benchmark/mutex/cfa1.c (modified) * src/benchmark/mutex/cfa2.c (modified) * src/benchmark/mutex/cfa4.c (modified) * src/benchmark/mutex/function.c (modified) * src/benchmark/mutex/pthreads.c (modified) * src/benchmark/mutex/upp.cc (modified) * src/benchmark/schedext/cfa1.c (added) * src/benchmark/schedext/cfa2.c (added) * src/benchmark/schedext/cfa4.c (added) * src/benchmark/schedext/upp.cc (added) * src/benchmark/schedint/cfa1.c (added) * src/benchmark/schedint/cfa2.c (added) * src/benchmark/schedint/cfa4.c (added) * src/benchmark/schedint/upp.cc (added) added behcnmarks for signal and waitfor