Initial import of the benchmark branch
authorDavid Goulet <david.goulet@polymtl.ca>
Mon, 22 Aug 2011 18:51:58 +0000 (14:51 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Mon, 22 Aug 2011 18:55:13 +0000 (14:55 -0400)
commitb25a886891f7172c0abb189ac71bf2bf9b40ec76
tree4462cec70967f9b005c626e56c37bd8c07175054
parent809dc2811860434a76e4f10cb9f05d938148090c
Initial import of the benchmark branch

This branch should be used to benchmark/measure components of
lttng-tools.

Benchmark can be started with "make bench" and results will be written
to /tmp/lttng-bench-results.txt and stdout.

Boot time of ltt-sessiond is added with this commit.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
12 files changed:
Makefile.am
benchmark/Makefile.am [new file with mode: 0644]
benchmark/benchmark.c [new file with mode: 0644]
benchmark/benchmark.h [new file with mode: 0644]
benchmark/cpu.c [new file with mode: 0644]
benchmark/cpu.h [new file with mode: 0644]
benchmark/main.c [new file with mode: 0644]
benchmark/measures.h [new file with mode: 0644]
benchmark/runall.sh [new file with mode: 0755]
configure.ac
ltt-sessiond/Makefile.am
ltt-sessiond/main.c
This page took 0.025918 seconds and 4 git commands to generate.