#
# ChangeLog for src/benchmark/ctxswitch
#
# Generated by Trac 1.2.1
# Feb 20, 2025, 10:22:43 PM

Sat, 25 Nov 2017 01:56:54 GMT Thierry Delisle <tdelisle@…> [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 <tdelisle@…> [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 <tdelisle@…> [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