macro to enable scoped trace section functionality
authorAlison Tsai <alisontsai@fb.com>
Wed, 23 Aug 2017 23:50:28 +0000 (16:50 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 24 Aug 2017 00:13:18 +0000 (17:13 -0700)
commitf74bfffc3b1934e00ceb3dc9132924a0efaafdc0
tree4836f641e9c02c62bf621d7407d4cf43855d5a53
parent116ae4634a0287e35f378cb4c68c1ed7a48668ec
macro to enable scoped trace section functionality

Summary: Add a macro to enable optional scoped trace section functionality (user-defined). This macro will have no effect unless configured to do so. This change means that if proxygen is being upgraded, folly must also be updated.

Reviewed By: mzlee

Differential Revision: D5635123

fbshipit-source-id: 7db17f6ae8c0d1484cf9fad043eb42717279bd0a
folly/Makefile.am
folly/tracing/ScopedTraceSection.h [new file with mode: 0644]