Home
last modified time | relevance | path

Searched refs:timestamp_us (Results 1 - 8 of 8) sorted by relevance

/third_party/pulseaudio/src/tests/
H A 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/
H A Dheap-profiler.cc147 int64_t* timestamp_us) { in PushHeapObjectsStats()
148 return ids_->PushHeapObjectsStats(stream, timestamp_us); in PushHeapObjectsStats()
146 PushHeapObjectsStats(OutputStream* stream, int64_t* timestamp_us) PushHeapObjectsStats() argument
H A Dheap-profiler.h54 int64_t* timestamp_us);
H A Dheap-snapshot-generator.h318 int64_t* timestamp_us);
H A Dheap-snapshot-generator.cc648 int64_t* timestamp_us) { in PushHeapObjectsStats()
688 if (timestamp_us) { in PushHeapObjectsStats()
689 *timestamp_us = in PushHeapObjectsStats()
2952 JSON_S("timestamp_us") "," in SerializeSnapshot()
647 PushHeapObjectsStats(OutputStream* stream, int64_t* timestamp_us) PushHeapObjectsStats() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h1096 * If |timestamp_us| is supplied, timestamp of the new entry will be written
1103 int64_t* timestamp_us = nullptr);
/third_party/node/deps/v8/include/
H A Dv8-profiler.h1025 * If |timestamp_us| is supplied, timestamp of the new entry will be written
1032 int64_t* timestamp_us = nullptr);
/third_party/node/deps/v8/src/api/
H A Dapi.cc10271 int64_t* timestamp_us) { in GetHeapStats()
10273 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us); in GetHeapStats()
10270 GetHeapStats(OutputStream* stream, int64_t* timestamp_us) GetHeapStats() argument

Completed in 34 milliseconds