Implement performance profiler and call stack dump, and update toolchain document (#501)
And remove redundant FAST_INTERP macros in wasm_interp_fast.c, and fix wamrc --help wrong line order issue. Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
This commit is contained in:
@ -180,6 +180,16 @@
|
||||
#define WASM_ENABLE_MEMORY_TRACING 0
|
||||
#endif
|
||||
|
||||
/* Performance profiling */
|
||||
#ifndef WASM_ENABLE_PERF_PROFILING
|
||||
#define WASM_ENABLE_PERF_PROFILING 0
|
||||
#endif
|
||||
|
||||
/* Dump call stack */
|
||||
#ifndef WASM_ENABLE_DUMP_CALL_STACK
|
||||
#define WASM_ENABLE_DUMP_CALL_STACK 0
|
||||
#endif
|
||||
|
||||
/* Heap verification */
|
||||
#ifndef BH_ENABLE_GC_VERIFY
|
||||
#define BH_ENABLE_GC_VERIFY 0
|
||||
|
||||
Reference in New Issue
Block a user