mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Quick update in the Fabric statistics loggiing
Summary: Quick update in the Fabric statistics loggiing changelog: [internal] internal Reviewed By: ShikaSD Differential Revision: D34315716 fbshipit-source-id: c0e2e1611b0b6a947ffef6e0cc444b15e812d01b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
858ccfc9c8
commit
a7a2d2307c
@@ -382,7 +382,7 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
|
||||
+ " ms.\n - Diffing: "
|
||||
+ (commitPoint.getDiffEnd() - commitPoint.getDiffStart())
|
||||
+ " ms.\n"
|
||||
+ " - FinishTransaction (Diffing + Processing + Serialization of MutationInstructions): "
|
||||
+ " - FinishTransaction (Diffing + JNI serialization): "
|
||||
+ (commitPoint.getFinishTransactionEnd()
|
||||
- commitPoint.getFinishTransactionStart())
|
||||
+ " ms.\n"
|
||||
|
||||
Reference in New Issue
Block a user