Reviewed By: AaaChiuuu

Differential Revision: D4501870

fbshipit-source-id: 97a5ece611a8d0d4049c63306382f56cac90434b
This commit is contained in:
Alexey Lang 2017-02-28 06:31:00 -08:00 коммит произвёл Facebook Github Bot
Родитель 0097ab98a7
Коммит 1744639ad7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -775,7 +775,7 @@ public class UIImplementation {
cssRoot.calculateLayout();
} finally {
Systrace.endSection(Systrace.TRACE_TAG_REACT_JAVA_BRIDGE);
mLayoutTimer = mLayoutTimer + ((double)System.nanoTime() - startTime)/ 1000000000.0;
mLayoutTimer = mLayoutTimer + ((double)System.nanoTime() - startTime) / 1000000.0;
mLayoutCount = mLayoutCount + 1;
}
}