From 3d89b3ff7108077090d7f12cd432340d4d8b7f62 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 11 Jul 2020 21:10:40 +0200 Subject: [doc] some small updates to the small and probably outdated documentation --- doc/Allocators.md | 4 ++-- doc/Benchmarks.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/Allocators.md b/doc/Allocators.md index 3148c45..9e0c8ff 100644 --- a/doc/Allocators.md +++ b/doc/Allocators.md @@ -37,7 +37,7 @@ and a python script exporting a global dictionary with the name `allocators`. ## Building Allocators To reproducible build allocators and patched version you can use the -classes `Allocator` and `Allocator_Sources` provided in `src/allocator.py`. - +classes `Allocator` and any `Artifact` subclass provided in `allocbench/allocator.py` +and `allocbench/artifact.py`. See [allocators/no_falsesharing.py](allocators/no_falsesharing.py) or [allocators/ba_allocators.py](allocators/ba_allocators.py) for examples. diff --git a/doc/Benchmarks.md b/doc/Benchmarks.md index 8e95a8c..74fb9d3 100644 --- a/doc/Benchmarks.md +++ b/doc/Benchmarks.md @@ -167,5 +167,3 @@ for number_of_runs is called after all permutations are done for the current allocator. The mysql benchmark uses this hook to terminate the in preallocator_hook started mysql server. - -### plot helpers -- cgit v1.2.3