NAME /harness/uptime.txt DESCRIPTION Reading this file gives a text string of the format `sprintf("%uns\n", uptime_ns)` indicating the harness's uptime in an integer number of nanoseconds. BUGS Using nanoseconds gives the illusion of more precision than there actually is; the harness' clock only has microsecond resolution; the last 3 digits of the returned nanosecond count will always be 0. AUTHOR Copyright (C) 2025 Luke T. Shumaker SPDX-License-Identifier: AGPL-3.0-or-later