proxygen
TraceEventType.h
Go to the documentation of this file.
1 // Copyright 2015-present Facebook. All Rights Reserved.
2 // ** AUTOGENERATED FILE. DO NOT HAND-EDIT **
3 
4 #pragma once
5 
6 #include <string>
7 
8 namespace proxygen {
9 
10 enum class TraceEventType {
14  PreConnect,
17  DnsCache,
19  TcpConnect,
20  TlsSetup,
25  Push,
26  Scheduling,
31  TCPInfo,
32  ConnInfo,
33  ZeroSetup,
42  MQTTClient,
45 };
46 
49 }
50 
TraceEventType getTraceEventTypeFromString(const std::string &str)
const char * string
Definition: Conv.cpp:212
const std::string & getTraceEventTypeString(TraceEventType type)