Page Speed Optimization Libraries
1.2.24.1
|
#include "request_trace.h"
Public Member Functions | |
virtual void | TraceVPrintf (const char *fm, va_list argp)=0 |
Logs formatted output to the distributed tracing context. | |
void | TracePrintf (const char *fmt,...) |
bool | tracing_enabled () |
void | set_tracing_enabled (bool x) |
The context for recording a distributed trace associated with a given request.
bool net_instaweb::RequestTrace::tracing_enabled | ( | ) | [inline] |
Returns true iff tracing is enabled. This can be used to avoid virtual function call overhead in the common case that tracing is not active for a given request.