MCPcopy Create free account
hub / github.com/facebook/time / ReadSysoffExtended1

Method ReadSysoffExtended1

phc/device.go:64–66  ·  view source on GitHub ↗

ReadSysoffExtended1 reads the precise time from the PHC along with MONOTONIC_RAW SYS time to measure the call delay. The samples parameter is set to 1.

()

Source from the content-addressed store, hash-verified

62// ReadSysoffExtended1 reads the precise time from the PHC along with MONOTONIC_RAW SYS time to measure the call delay.
63// The samples parameter is set to 1.
64func (dev *Device) ReadSysoffExtended1() (*PTPSysOffsetExtended, error) {
65 return dev.readSysoffExtended(1)
66}
67
68// ReadSysoffExtendedRealTimeClock reads the precise time from the PHC along with REAL_TIME_CLOCK SYS time to measure the call delay.
69// The nsamples parameter is set to ExtendedNumProbes.

Callers 1

TimeFunction · 0.80

Calls 1

readSysoffExtendedMethod · 0.95

Tested by

no test coverage detected