# # ChangeLog for src/benchmark/ctxswitch # # Generated by Trac 1.2.1 # May 23, 2024, 6:00:22 AM Fri, 01 Jun 2018 17:35:47 GMT Thierry Delisle [6810fcb] * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/benchmark/ctxswitch/cfa_thrd2.c (added) * src/benchmark/ctxswitch/kos_fibre.cpp (added) * src/benchmark/ctxswitch/kos_fibre2.cpp (added) Added ctxswitch benchmarks for libfibre Mon, 30 Apr 2018 18:30:32 GMT Thierry Delisle [399a908] * src/benchmark/bench.h (modified) * src/benchmark/ctxswitch/cfa_cor.c (modified) * src/libcfa/concurrency/thread (modified) Fixed benchmarks Sat, 25 Nov 2017 01:56:54 GMT Thierry Delisle [50abab9] * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/benchmark/creation/JavaThread.java (added) * src/benchmark/creation/goroutine.go (added) * src/benchmark/ctxswitch/JavaThread.java (added) * src/benchmark/ctxswitch/goroutine.go (added) Added benchmarks for java and go Thu, 26 Oct 2017 16:16:10 GMT Thierry Delisle [b7170a64] * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/benchmark/bench.h (modified) * src/benchmark/creation/cfa_cor.c (modified) * src/benchmark/creation/cfa_thrd.c (modified) * src/benchmark/ctxswitch/cfa_cor.c (modified) * src/benchmark/ctxswitch/cfa_thrd.c (modified) * src/benchmark/ctxswitch/pthreads.c (modified) * src/benchmark/ctxswitch/upp_cor.cc (modified) * src/benchmark/ctxswitch/upp_thrd.cc (modified) * tools/Makefile.in (modified) * tools/stat.py (moved) Updated the creation and ctxswitch benchmark to all be consistent and ... Thu, 26 Oct 2017 15:17:20 GMT Thierry Delisle [034165a] * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/benchmark/bench.h (modified) * src/benchmark/create_cfaCor.c (deleted) * src/benchmark/create_cfaThrd.c (deleted) * src/benchmark/create_pthrd.c (deleted) * src/benchmark/create_uCor.cpp (deleted) * src/benchmark/create_uTask.cpp (deleted) * src/benchmark/creation/cfa_cor.c (added) * src/benchmark/creation/cfa_thrd.c (added) * src/benchmark/creation/pthreads.c (added) * src/benchmark/creation/upp_cor.cc (added) * src/benchmark/creation/upp_thrd.cc (added) * src/benchmark/ctxswitch/cfa_cor.c (moved) * src/benchmark/ctxswitch/cfa_thrd.c (moved) * src/benchmark/ctxswitch/pthreads.c (moved) * src/benchmark/ctxswitch/upp_cor.cc (added) * src/benchmark/ctxswitch/upp_thrd.cc (added) renamed and updated benchmarks for consistency