You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changefeedccl: more timeutil.Now -> crtime.NowMono conversions
I noticed a few of these when reading through a profile. I was able to
get most calls out of the per-event call path; however there is still
one call to walltime in our metrics recording that results from
calculating the time since the MVCC timestamp.
I doubt this has much of an impact, but it seems good to use crtime when
we can.
Epic: none
Release note: None
0 commit comments