diff options
Diffstat (limited to 'source/module/monitor_proc.h')
| -rw-r--r-- | source/module/monitor_proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/module/monitor_proc.h b/source/module/monitor_proc.h index af8f743..326dae7 100644 --- a/source/module/monitor_proc.h +++ b/source/module/monitor_proc.h @@ -4,8 +4,8 @@ #define DEFAULT_INTERVAL_NS 10000 // 10us #define DEFAULT_DUMP_RESET_SEC 10 // 60s #define DEFAULT_SAMPLE_ALL 0 -#define STACK_CAPTURE_IMMEDIATE 0 -#define STACK_CAPTURE_AGGREGATE 1 +#define STACK_CAPTURE_AGGREGATE 0 +#define STACK_CAPTURE_IMMEDIATE 1 extern int def_interval_ns; extern int dump_reset_sec; |
