Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.cc120 uint64_t timestamp_; // CLOCK_MONOTONIC time of entry registration. member
150 uint64_t timestamp_ = 1; // CLOCK_MONOTONIC time of last action. member
236 return std::max(descriptor.timestamp_ + 1, NanoTime()); in GetNextTimestamp()
330 writable_entry->timestamp_ = timestamp; in CreateJITCodeEntryInternal()
337 descriptor.timestamp_ = timestamp; in CreateJITCodeEntryInternal()
366 descriptor.timestamp_ = GetNextTimestamp(descriptor); in DeleteJITCodeEntryInternal()
/art/perfetto_hprof/
Dperfetto_hprof.cc287 : parent_pid_(parent_pid), ctx_(ctx), timestamp_(timestamp), in Writer()
311 trace_packet_->set_timestamp(timestamp_); in CreateNewHeapGraph()
331 const uint64_t timestamp_; member in perfetto_hprof::Writer