Add some performance testing tools
authorMatt Caswell <matt@openssl.org>
Tue, 16 May 2023 15:04:06 +0000 (16:04 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 29 May 2023 10:43:59 +0000 (11:43 +0100)
commite6d0add18ed75fa718a3fff3058f70cd6c0bfb07
treefba09766fce7db95b6e7c12c4ecc45418135193b
parente7fe5ab5f660a7b965947fc097896d540f5f8de8
Add some performance testing tools

Initial commit to add some performance testing tools. We start by adapting
some code from the main line for standalone use.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/tools/pull/146)
perf/perflib/safe_math.h [new file with mode: 0644]
perf/perflib/threads.c [new file with mode: 0644]
perf/perflib/threads.h [new file with mode: 0644]
perf/perflib/time.c [new file with mode: 0644]
perf/perflib/time.h [new file with mode: 0644]