5#ifndef V8_LOGGING_TRACING_FLAGS_H_
6#define V8_LOGGING_TRACING_FLAGS_H_
26#ifdef V8_RUNTIME_CALL_STATS
27 static bool is_runtime_stats_enabled() {
33 return gc.load(std::memory_order_relaxed) != 0;
37 return gc_stats.load(std::memory_order_relaxed) != 0;
41 return ic_stats.load(std::memory_order_relaxed) != 0;
45 return zone_stats.load(std::memory_order_relaxed) != 0;
#define V8_EXPORT_PRIVATE
static bool is_ic_stats_enabled()
static V8_EXPORT_PRIVATE std::atomic_uint gc
static V8_EXPORT_PRIVATE std::atomic_uint gc_stats
static bool is_zone_stats_enabled()
static bool is_gc_enabled()
static bool is_gc_stats_enabled()
static V8_EXPORT_PRIVATE std::atomic_uint ic_stats
static V8_EXPORT_PRIVATE std::atomic_uint runtime_stats
static V8_EXPORT_PRIVATE std::atomic_uint zone_stats