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:
David Aurelio
2019-06-28 09:53:15 -07:00
committed by Facebook Github Bot
parent 73224c62b5
commit c6ae314202
2 changed files with 1 additions and 11 deletions

View File

@@ -102,7 +102,6 @@ struct Event::TypedData<Event::MeasureCallbackEnd> {
YGMeasureMode heightMeasureMode;
float measuredWidth;
float measuredHeight;
float measureCallbackDuration;
};
template <>