Remove USE_MEASURE

The initial performance monitoring for snmalloc used timing of small
operations to guide the design. This feature has not been maintained or
used for several years.

This commit removes the feature.
This commit is contained in:
Matthew Parkinson
2021-03-19 16:37:04 +00:00
committed by Matthew Parkinson
parent ca1540c0d9
commit d56a99a747
4 changed files with 0 additions and 279 deletions

View File

@@ -88,7 +88,6 @@ These can be added to your cmake command line.
```
-DUSE_SNMALLOC_STATS=ON // Track allocation stats
-DUSE_MEASURE=ON // Measure performance with histograms
```
# Using snmalloc as header-only library