Searched refs:timestamp_period (Results 1 – 2 of 2) sorted by relevance
1123 float const timestamp_period = phy_device_props.limits.timestampPeriod; in main() local1143 timestamp_period * elapsed_ns_sum / 1e6 / loops, // avg msecs in main()1144 timestamp_period * elapsed_ns_min / 1e6, // min msecs in main()1145 timestamp_period * elapsed_ns_max / 1e6, // max msecs in main()1146 1000.0 * count * loops / (timestamp_period * elapsed_ns_sum), // mkeys / sec - avg in main()1147 1000.0 * count / (timestamp_period * elapsed_ns_min)); // mkeys / sec - max in main()
819 const float timestamp_period = in v3dv_GetPhysicalDeviceProperties() local932 .timestampPeriod = timestamp_period, in v3dv_GetPhysicalDeviceProperties()