Move some common code out of randbytes
authorMatt Caswell <matt@openssl.org>
Wed, 17 May 2023 15:03:06 +0000 (16:03 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 29 May 2023 10:43:59 +0000 (11:43 +0100)
commit7c8a60b00c71f5a7c8ba8c113ed113fe1a66a300
treeaca33b2c956bfb3c0b443914bf03f99da642bd76
parent09644114f6eebbd1c5d123c8b6a373406dae1d76
Move some common code out of randbytes

We move some code out of the randbytes test into perflib so we can later
reuse it.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/tools/pull/146)
perf/libperf.a [new file with mode: 0644]
perf/perfhelper.o [new file with mode: 0644]
perf/perflib/perfhelper.c [new file with mode: 0644]
perf/perflib/perflib.h [moved from perf/perflib/threads.h with 63% similarity]
perf/perflib/threads.c
perf/randbytes [new file with mode: 0755]
perf/randbytes.c
perf/threads.o [new file with mode: 0644]
perf/time.o [new file with mode: 0644]