Home
last modified time | relevance | path

Searched defs:full_trace (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/test/
H A Dtest_helper.h374 const std::vector<protos::gen::TracePacket>& full_trace() { in full_trace() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_utils.cc487 void AggregateXPlane(const XPlane& full_trace, XPlane& aggregated_trace) { in AggregateXPlane()