mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Remove prof_threshold built-in event. It is trivial to implement it as user event if needed
This commit is contained in:
parent
d3165145f0
commit
5d46eab4b0
22 changed files with 1 additions and 270 deletions
|
|
@ -342,7 +342,6 @@ TEST_BEGIN(test_mallctl_opt) {
|
|||
TEST_MALLCTL_OPT(bool, prof_active, prof);
|
||||
TEST_MALLCTL_OPT(unsigned, prof_bt_max, prof);
|
||||
TEST_MALLCTL_OPT(ssize_t, lg_prof_sample, prof);
|
||||
TEST_MALLCTL_OPT(ssize_t, experimental_lg_prof_threshold, prof);
|
||||
TEST_MALLCTL_OPT(bool, prof_accum, prof);
|
||||
TEST_MALLCTL_OPT(bool, prof_pid_namespace, prof);
|
||||
TEST_MALLCTL_OPT(ssize_t, lg_prof_interval, prof);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue