Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 3 of 3) sorted by relevance

/art/perfetto_hprof/
Dperfetto_hprof.cc286 Writer(pid_t parent_pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer()
513 uint64_t timestamp = ts.tv_sec * 1000000000LL + ts.tv_nsec; in DumpPerfetto() local
/art/tools/ahat/etc/
Dhprofdump.py140 timestamp = (readu4(hprof) << 32) | readu4(hprof) variable
/art/runtime/jit/
Ddebugger_interface.cc331 uint64_t timestamp = GetNextTimestamp(descriptor); in CreateJITCodeEntryInternal() local