diff options
author | Vijay Pai <vpai@google.com> | 2015-05-01 17:09:10 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2015-05-01 17:09:10 -0700 |
commit | fe6b973074870f685c44c989869a50ecd944319c (patch) | |
tree | 2844ec9aae7d349d47f0361fb3544119ec2a59b9 /Makefile | |
parent | 614e72c57ba4b72e1e0c0010c72f0dc1768f6568 (diff) | |
parent | 113d169f8f03957c495ef938712f6456ab49099f (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |