Refactor profiling headers

This commit is contained in:
Yinan Zhang 2019-12-18 15:15:31 -08:00
parent 6342da0970
commit ea42174d07
7 changed files with 80 additions and 59 deletions

View file

@ -4,10 +4,12 @@
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/ckh.h"
#include "jemalloc/internal/emitter.h"
#include "jemalloc/internal/hash.h"
#include "jemalloc/internal/malloc_io.h"
#include "jemalloc/internal/mutex.h"
#include "jemalloc/internal/emitter.h"
#include "jemalloc/internal/prof_data_externs.h"
#include "jemalloc/internal/prof_log_externs.h"
bool opt_prof_log = false;
typedef enum prof_logging_state_e prof_logging_state_t;