Home
last modified time | relevance | path

Searched defs:ticks_per_second (Results 1 – 17 of 17) sorted by relevance

/external/pigweed/pw_trace_tokenized/py/pw_trace_tokenized/
Dtrace_tokenized.py113 def parse_trace_event(buffer, db, last_time, ticks_per_second): argument
149 databases, raw_trace_data, ticks_per_second, time_offset: int argument
195 databases, input_file_name, ticks_per_second, time_offset: int argument
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc41 int64_t TicksToNs(uint64_t ticks, uint64_t ticks_per_second) { in TicksToNs()
102 bool RecordCursor::ReadTimestamp(uint64_t ticks_per_second, int64_t* ts_out) { in ReadTimestamp()
Dfuchsia_record.h58 void set_ticks_per_second(uint64_t ticks_per_second) { in set_ticks_per_second()
Dfuchsia_trace_tokenizer.h76 uint64_t ticks_per_second = 1000000000; member
/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dtime_duration.hpp75 static BOOST_CXX14_CONSTEXPR tick_type ticks_per_second() in ticks_per_second() function in boost::date_time::time_duration
/external/cronet/tot/base/time/
Dtime_win_unittest.cc285 const int64_t ticks_per_second = frequency.QuadPart; in TEST() local
/external/cronet/stable/base/time/
Dtime_win_unittest.cc285 const int64_t ticks_per_second = frequency.QuadPart; in TEST() local
/external/libpcap/
Dpcap-dag.c343 unsigned int ticks_per_second; in dag_read() local
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc494 static const double ticks_per_second = InvariantTicksPerSecond(); in SampleUntilStable() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc494 static const double ticks_per_second = InvariantTicksPerSecond(); in SampleUntilStable() local
/external/cronet/stable/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc494 static const double ticks_per_second = InvariantTicksPerSecond(); in SampleUntilStable() local
/external/cronet/tot/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc494 static const double ticks_per_second = InvariantTicksPerSecond(); in SampleUntilStable() local
/external/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc494 static const double ticks_per_second = InvariantTicksPerSecond(); in SampleUntilStable() local
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dnanobenchmark.cc494 static const double ticks_per_second = InvariantTicksPerSecond(); in SampleUntilStable() local
/external/python/cpython3/Modules/
Dtimemodule.c2139 long ticks_per_second; in time_exec() local
Dposixmodule.c1107 long ticks_per_second; member
/external/python/cpython3/Python/
Dfileutils.c3038 _Py_GetTicksPerSecond(long *ticks_per_second) in _Py_GetTicksPerSecond()