activate mem profile

pull/378/head
adroitx 2 years ago
parent d84b14cdd6
commit 5bc714d9eb

@ -9,6 +9,7 @@
static inline void
sandbox_summarize_page_allocations(struct sandbox *sandbox)
{
char *mem_profile_log_enable = getenv("SLEDGE_SANDBOX_PERF_LOG");
#ifdef LOG_SANDBOX_MEMORY_PROFILE
// TODO: Handle interleavings
char sandbox_page_allocations_log_path[100] = {};

Loading…
Cancel
Save