Searched refs:timestamp_us (Results 1 - 8 of 8) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A D | alsa-time-test.c | 161 uint64_t now_us, timestamp_us; in main() local 217 timestamp_us = timespec_us(×tamp); in main() 230 (unsigned long long) (timestamp_us ? timestamp_us - start_us : 0), in main()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-profiler.cc | 147 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 D | heap-profiler.h | 54 int64_t* timestamp_us);
|
H A D | heap-snapshot-generator.h | 318 int64_t* timestamp_us);
|
H A D | heap-snapshot-generator.cc | 648 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 D | v8-profiler.h | 1096 * 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 D | v8-profiler.h | 1025 * 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 D | api.cc | 10271 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