# # ChangeLog for uspace/app/perf/perf.c in mainline # # Generated by Trac 1.6 # 2025-03-01T05:04:27Z Wed, 02 Jan 2019 21:17:05 GMT Vojtech Horky [b4a4ad94] * uspace/app/perf/perf.c (modified) perf: compute average throughput correctly The correct way to ... Wed, 02 Jan 2019 13:50:36 GMT Vojtech Horky [79bb48e] * uspace/app/perf/perf.c (modified) perf: use the right type Tue, 01 Jan 2019 19:53:07 GMT Vojtech Horky [713ba400] * uspace/app/perf/perf.c (modified) * uspace/app/tester/tester.c (modified) Refactoring in tester and perf Use can_cast_size_t_to_int instead ... Tue, 01 Jan 2019 17:45:11 GMT Vojtech Horky [7e85d2b] * uspace/app/perf/perf.c (modified) perf: variable renaming Tue, 01 Jan 2019 17:43:54 GMT Vojtech Horky [980611d5] * uspace/app/perf/perf.c (modified) perf: use uint64_t for workload size We also check that we do not ... Fri, 28 Dec 2018 13:56:05 GMT Vojtech Horky [d5caf79] * uspace/app/perf/Makefile (modified) * uspace/app/perf/benchlist.c (added) * uspace/app/perf/benchlist.h (added) * uspace/app/perf/ipc/ns_ping.c (modified) * uspace/app/perf/ipc/ns_ping.def (deleted) * uspace/app/perf/ipc/ping_pong.c (modified) * uspace/app/perf/ipc/ping_pong.def (deleted) * uspace/app/perf/malloc/malloc1.c (modified) * uspace/app/perf/malloc/malloc1.def (deleted) * uspace/app/perf/malloc/malloc2.c (modified) * uspace/app/perf/malloc/malloc2.def (deleted) * uspace/app/perf/perf.c (modified) * uspace/app/perf/perf.h (modified) perf: hide more benchmark implementation It is much easier to ... Fri, 28 Dec 2018 13:53:23 GMT Vojtech Horky [c7de81b] * uspace/app/perf/perf.c (modified) perf: fix thruput computation Fri, 28 Dec 2018 09:32:11 GMT Vojtech Horky [3bd74758] * uspace/app/perf/ipc/ns_ping.c (modified) * uspace/app/perf/ipc/ns_ping.def (modified) * uspace/app/perf/ipc/ping_pong.c (modified) * uspace/app/perf/ipc/ping_pong.def (modified) * uspace/app/perf/malloc/malloc1.c (modified) * uspace/app/perf/malloc/malloc1.def (modified) * uspace/app/perf/malloc/malloc2.c (modified) * uspace/app/perf/malloc/malloc2.def (modified) * uspace/app/perf/perf.c (modified) * uspace/app/perf/perf.h (modified) perf: huge refactoring The overall aim of this refactoring was to ... Sun, 18 Nov 2018 00:30:10 GMT Jiri Svoboda [e131833c] * uspace/app/perf/Makefile (modified) * uspace/app/perf/ipc/ns_ping.c (modified) * uspace/app/perf/ipc/ping_pong.c (modified) * uspace/app/perf/malloc/malloc1.c (added) * uspace/app/perf/malloc/malloc1.def (added) * uspace/app/perf/malloc/malloc2.c (added) * uspace/app/perf/malloc/malloc2.def (added) * uspace/app/perf/perf.c (modified) * uspace/app/perf/perf.h (modified) Two simple memory allocation benchmarks. Sat, 17 Nov 2018 00:53:52 GMT Jiri Svoboda [1edd6d0] * .gitignore (modified) * abi/include/abi/ipc/interfaces.h (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/perf/Makefile (modified) * uspace/app/perf/ipc/ns_ping.c (added) * uspace/app/perf/ipc/ns_ping.def (added) * uspace/app/perf/ipc/ping_pong.c (modified) * uspace/app/perf/perf.c (modified) * uspace/app/perf/perf.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/ipc_test.c (added) * uspace/lib/c/include/ipc/ipc_test.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc_test.h (added) * uspace/srv/test/ipc-test/Makefile (added) * uspace/srv/test/ipc-test/main.c (added) Add separate IPC test service. Keep ns_ping for now for the sake of ... Fri, 16 Nov 2018 15:58:30 GMT Jiri Svoboda [d230358] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/app/perf/Makefile (added) * uspace/app/perf/doc/doxygroups.h (added) * uspace/app/perf/ipc/ping_pong.c (moved) * uspace/app/perf/ipc/ping_pong.def (moved) * uspace/app/perf/perf.c (added) * uspace/app/perf/perf.h (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/tester.c (modified) Move ping_pong into a separate performance measuring tool 'perf'.