mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 15:11:41 +03:00
Don't implicitly enable interval-based profiling.
This commit is contained in:
parent
f894f74d36
commit
fbb504def6
1 changed files with 1 additions and 1 deletions
|
|
@ -1112,7 +1112,7 @@ prof_boot0(void)
|
|||
opt_prof = true;
|
||||
opt_prof_udump = false;
|
||||
prof_interval = 0;
|
||||
} else
|
||||
} else if (opt_prof)
|
||||
prof_interval = (((uint64_t)1U) << opt_lg_prof_interval);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue