Home
last modified time | relevance | path

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

/third_party/mesa3d/src/tool/pps/
Dpps_datasource.cc248 descriptor_timestamp = perfetto::base::GetBootTimeNs().count(); in trace()
249 packet->set_timestamp(descriptor_timestamp); in trace()
276 if (timestamp <= descriptor_timestamp) { in trace()
Dpps_datasource.h61 uint64_t descriptor_timestamp = 0; variable