On 10/13/22 5:12 PM, Junio C Hamano wrote:
"Jeff Hostetler via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes:From: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> Add stopwatch timer mechanism to Trace2.
[...]
It was irritating to count zeros in the same constant 1000000000.0 spelled out 9 times. Perhaps something like #define NS_TO_SECONDS(ns) ((double)(ns) / (1000*1000*1000.)) would have helped?
good point. i'll resend. thanks jeff