diff options
Diffstat (limited to 'benchtests/README')
-rw-r--r-- | benchtests/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchtests/README b/benchtests/README index 2a940fa..52a3cc2 100644 --- a/benchtests/README +++ b/benchtests/README @@ -60,6 +60,8 @@ one to add `foo' to the bench tests: - include-sources: This should be assigned a comma-separated list of source files that need to be included to provide definitions of global variables and functions (specifically, this includes using "#include "source"). + See pthread_once-inputs and pthreads_once-source.c for an example of how + to use this to benchmark a function that needs state across several calls. - name: See following section for instructions on how to use this directive. Lines beginning with a single hash '#' are treated as comments. See |