guangli-dai
|
34f359e0ca
|
Reformat the codebase with the clang-format 18.
|
2025-06-20 14:35:15 -07:00 |
|
Qi Wang
|
3bc89cfeca
|
Avoid implicit conversion in test/unit/prof_threshold
|
2025-01-31 10:18:36 -08:00 |
|
Qi Wang
|
1abeae9ebd
|
Fix test/unit/prof_threshold when !config_stats
|
2025-01-30 10:39:49 -08:00 |
|
Shai Duvdevani
|
257e64b968
|
Unlike prof_sample which is supported only with profiling mode active, prof_threshold is intended to be an always-supported allocation callback with much less overhead. The usage of the threshold allows performance critical callers to change program execution based on the callback: e.g. drop caches when memory becomes high or to predict the program is about to OOM ahead of time using peak memory watermarks.
|
2025-01-29 18:55:52 -08:00 |
|