Home
last modified time | relevance | path

Searched refs:HeapprofdDelegate (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc54 class HeapprofdDelegate : public ThreadDelegate { class
56 HeapprofdDelegate(const std::string& producer_socket) in HeapprofdDelegate() function in perfetto::profiling::__anon7c7069440111::HeapprofdDelegate
58 ~HeapprofdDelegate() override = default;
306 producer_thread.Start(std::unique_ptr<HeapprofdDelegate>(
307 new HeapprofdDelegate(kTestProducerSockName)));