Home
last modified time | relevance | path

Searched refs:timestamp_us (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/tests/
Dalsa-time-test.c161 uint64_t now_us, timestamp_us; in main() local
217 timestamp_us = timespec_us(&timestamp); in main()
230 (unsigned long long) (timestamp_us ? timestamp_us - start_us : 0), in main()
/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc147 int64_t* timestamp_us) { in PushHeapObjectsStats() argument
148 return ids_->PushHeapObjectsStats(stream, timestamp_us); in PushHeapObjectsStats()
Dheap-profiler.h54 int64_t* timestamp_us);
Dheap-snapshot-generator.h318 int64_t* timestamp_us);
Dheap-snapshot-generator.cc647 int64_t* timestamp_us) { in PushHeapObjectsStats() argument
687 if (timestamp_us) { in PushHeapObjectsStats()
688 *timestamp_us = in PushHeapObjectsStats()
/third_party/node/deps/v8/include/
Dv8-profiler.h1012 int64_t* timestamp_us = nullptr);
/third_party/node/deps/v8/src/api/
Dapi.cc10237 int64_t* timestamp_us) { in GetHeapStats() argument
10239 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us); in GetHeapStats()