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:
committed by
Matthew Parkinson
parent
ca1540c0d9
commit
d56a99a747
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user