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
// data is get from a fetch requestconstScreenB=()=>{<PerformanceMeasureViewscreenName="ScreenB"interactive={!!data}>{renderComponent()}</PerformanceMeasureView>}
The console.log(new Date().getTime()); statement output timestamp 1694745039299, which is smaller than flowStartTimeSinceEpochMillis: 1694745039300 a little bit
I believe that timeToRenderMillis should consistently have a positive value in every report. If this is not the case, could you please explain the significance of a negative value for timeToRenderMillis?
Current behavior
timeToRenderMillis
onPress
ofCustomComponent
does not haveuiEvent
args.The
console.log(new Date().getTime());
statement output timestamp 1694745039299, which is smaller than flowStartTimeSinceEpochMillis: 1694745039300 a little bitRender Pass Report
Expected behavior
I believe that
timeToRenderMillis
should consistently have a positive value in every report. If this is not the case, could you please explain the significance of a negative value fortimeToRenderMillis
?To Reproduce
Platform:
Packages
Which packages are affected by the issue?
Environment
The text was updated successfully, but these errors were encountered: