Home
last modified time | relevance | path

Searched refs:zs_proc_start (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/cmd/ztest/
Dztest.c401 hrtime_t zs_proc_start; member
6269 zs->zs_proc_start = gethrtime(); in main()
6270 zs->zs_proc_stop = zs->zs_proc_start + ztest_opts.zo_time * NANOSEC; in main()
6275 if (zs->zs_proc_start + zi->zi_interval[0] > zs->zs_proc_stop) in main()
6278 zc->zc_next = zs->zs_proc_start + in main()
6339 100.0 * (now - zs->zs_proc_start) / in main()