mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-04 09:27:53 +08:00
Log ReactContext counters
Reviewed By: AaaChiuuu Differential Revision: D4501870 fbshipit-source-id: 97a5ece611a8d0d4049c63306382f56cac90434b
This commit is contained in:
committed by
Facebook Github Bot
parent
0097ab98a7
commit
1744639ad7
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user