[ NoAccessorMethod ]
public uint64 start_time { get; construct; }
When a TestClock is constructed it will have a certain start time set.
If the clock was created using
TestClock.with_start_time then this property contains the value of the start_time
argument. If
TestClock was called the clock started at time zero, and thus
this property contains the value 0.