aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-05-01 17:09:10 -0700
committerGravatar Vijay Pai <vpai@google.com>2015-05-01 17:09:10 -0700
commitfe6b973074870f685c44c989869a50ecd944319c (patch)
tree2844ec9aae7d349d47f0361fb3544119ec2a59b9 /Makefile
parent614e72c57ba4b72e1e0c0010c72f0dc1768f6568 (diff)
parent113d169f8f03957c495ef938712f6456ab49099f (diff)
Merge pull request #1449 from ctiller/profile
Add rdtsc profiling support, implement begin/end and tag hiding
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3c81f470b..0bd653eff8 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ CC_basicprof = $(DEFAULT_CC)
CXX_basicprof = $(DEFAULT_CXX)
LD_basicprof = $(DEFAULT_CC)
LDXX_basicprof = $(DEFAULT_CXX)
-CPPFLAGS_basicprof = -O2 -DGRPC_BASIC_PROFILER
+CPPFLAGS_basicprof = -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
LDFLAGS_basicprof =
DEFINES_basicprof = NDEBUG