Stop recording measure callback duration
Summary: Removes time measurements for measure callbacks. This functionality should not be part of Yoga/core, and can now be done by event subscribers themselves, as we have two events per measure callback. Reviewed By: SidharthGuglani Differential Revision: D16049812 fbshipit-source-id: e16556f3854e42f4bada39a97a668e718719b22c
This commit is contained in:
committed by
Facebook Github Bot
parent
73224c62b5
commit
c6ae314202
@@ -102,7 +102,6 @@ struct Event::TypedData<Event::MeasureCallbackEnd> {
|
||||
YGMeasureMode heightMeasureMode;
|
||||
float measuredWidth;
|
||||
float measuredHeight;
|
||||
float measureCallbackDuration;
|
||||
};
|
||||
|
||||
template <>
|
||||
|
Reference in New Issue
Block a user