Searched defs:ClientConfig (Results 1 – 1 of 1) sorted by relevance
100 struct alignas(8) ClientConfig { // 8 is 8 bit struct101 void Reset() in Reset()119 std::string ToString() in ToString()132 int32_t filterSize = -1;133 uint32_t shareMemorySize = 0;134 uint32_t sampleInterval = 0;135 clockid_t clockId = CLOCK_REALTIME;136 uint8_t maxStackDepth = 0;137 bool mallocDisable = false;138 bool mmapDisable = false;[all …]