| 508 | // Can't use intrusive_ptr which has ctor/dtor issues. |
| 509 | static SpanDB* g_span_db = NULL; |
| 510 | bool has_span_db() { return !!g_span_db; } |
| 511 | bvar::CollectorSpeedLimit g_span_sl = BVAR_COLLECTOR_SPEED_LIMIT_INITIALIZER; |
| 512 | static bvar::DisplaySamplingRatio s_display_sampling_ratio( |
| 513 | "rpcz_sampling_ratio", &g_span_sl); |
no outgoing calls
no test coverage detected