Searched defs:MemoryProfilerConfig (Results 1 – 1 of 1) sorted by relevance
27 struct MemoryProfilerConfig { struct28 ProfilerType type;29 int pid = 0;30 int duration = 0;31 int sampleInterval = 0;55 virtual int Start(const MemoryProfilerConfig& memoryProfilerConfig) = 0; argument