aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-07 15:16:40 -0800
committerGravatar GitHub <noreply@github.com>2017-02-07 15:16:40 -0800
commitea2c59420c38a4e035c27a1172cb9aaad9c9351c (patch)
treecdecca5dfe56eb0cc9513daa3ece4b91330380d8 /Makefile
parent3f48430beb527dc06e97d232ce6ed5a6855afad7 (diff)
parent01d7d9b2e52e5945616610025527908c4101df03 (diff)
Merge pull request #9619 from ctiller/bm_counters
Add counters for important metrics to bm_fullstack
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e738c11b1d..76bdd001d1 100644
--- a/Makefile
+++ b/Makefile
@@ -212,6 +212,14 @@ CPPFLAGS_mutrace = -O3 -fno-omit-frame-pointer
LDFLAGS_mutrace = -rdynamic
DEFINES_mutrace = NDEBUG
+VALID_CONFIG_counters = 1
+CC_counters = $(DEFAULT_CC)
+CXX_counters = $(DEFAULT_CXX)
+LD_counters = $(DEFAULT_CC)
+LDXX_counters = $(DEFAULT_CXX)
+CPPFLAGS_counters = -O2 -DGPR_MU_COUNTERS
+DEFINES_counters = NDEBUG
+
# General settings.