HomeSort by relevance Sort by last modified time
    Searched refs:TimeNanos (Results 1 - 19 of 19) sorted by null

  /external/webrtc/webrtc/base/
profiler.cc 53 current_start_time_ = TimeNanos();
81 Stop(TimeNanos());
117 uint64_t stop_time = TimeNanos();
timeutils.h 42 uint64_t TimeNanos();
rtccertificate_unittests.cc 48 return TimeNanos() / kNumNanosecsPerSec;
timing.cc 68 return (static_cast<double>(TimeNanos()) / kNumNanosecsPerSec);
timeutils.cc 37 uint64_t TimeNanos() {
82 return static_cast<uint32_t>(TimeNanos() / kNumNanosecsPerMillisec);
86 return static_cast<uint64_t>(TimeNanos() / kNumNanosecsPerMicrosec);
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 25 TimeNanos: int64(t.UnixNano()),
protopprof.go 41 TimeNanos: int64(startTime.UnixNano()),
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 25 TimeNanos: int64(t.UnixNano()),
protopprof.go 41 TimeNanos: int64(startTime.UnixNano()),
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
profile.go 31 TimeNanos int64
340 if p.TimeNanos != 0 {
341 ss = append(ss, fmt.Sprintf("Time: %v", time.Unix(0, p.TimeNanos)))
encode.go 127 encodeInt64Opt(b, 9, p.TimeNanos)
188 func(b *buffer, m message) error { return decodeInt64(b, &m.(*Profile).TimeNanos) },
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
profile.go 31 TimeNanos int64
340 if p.TimeNanos != 0 {
341 ss = append(ss, fmt.Sprintf("Time: %v", time.Unix(0, p.TimeNanos)))
encode.go 127 encodeInt64Opt(b, 9, p.TimeNanos)
188 func(b *buffer, m message) error { return decodeInt64(b, &m.(*Profile).TimeNanos) },
  /external/webrtc/talk/app/webrtc/objc/
avfoundationvideocapturer.mm 408 int64_t currentTime = rtc::TimeNanos();
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 359 if p.TimeNanos == 0 {
360 p.TimeNanos = now.UnixNano()
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 359 if p.TimeNanos == 0 {
360 p.TimeNanos = now.UnixNano()
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 595 if prof.TimeNanos != 0 {
597 label = append(label, "Time: "+time.Unix(0, prof.TimeNanos).Format(layout))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 595 if prof.TimeNanos != 0 {
597 label = append(label, "Time: "+time.Unix(0, prof.TimeNanos).Format(layout))
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 756 SET(TimeNanos, clock->timeNs);
    [all...]

Completed in 556 milliseconds