HomeSort by relevance Sort by last modified time
    Searched refs:heap_profile_tracker (Results 1 - 4 of 4) sorted by null

  /external/perfetto/src/trace_processor/
heap_profile_tracker_unittest.cc 17 #include "src/trace_processor/heap_profile_tracker.h"
57 context.heap_profile_tracker.reset(new HeapProfileTracker(&context));
66 context.heap_profile_tracker->AddString(
68 context.heap_profile_tracker->AddString(
71 context.heap_profile_tracker->AddString(kFirstPacket, kFirstPacketBuildId,
73 context.heap_profile_tracker->AddString(kSecondPacket, kSecondPacketBuildId,
92 context.heap_profile_tracker->AddMapping(
94 context.heap_profile_tracker->AddMapping(
100 context.heap_profile_tracker->AddString(
102 context.heap_profile_tracker->AddString
    [all...]
trace_processor_context.h 52 std::unique_ptr<HeapProfileTracker> heap_profile_tracker; member in class:perfetto::trace_processor::TraceProcessorContext
proto_trace_parser.cc 34 #include "src/trace_processor/heap_profile_tracker.h"
    [all...]
trace_processor_impl.cc 36 #include "src/trace_processor/heap_profile_tracker.h"
234 context_.heap_profile_tracker.reset(new HeapProfileTracker(&context_));

Completed in 161 milliseconds