Skip to content

Commit

Permalink
Quick update in the Fabric statistics loggiing
Browse files Browse the repository at this point in the history
Summary:
Quick update in the Fabric statistics loggiing

changelog: [internal] internal

Reviewed By: ShikaSD

Differential Revision: D34315716

fbshipit-source-id: c0e2e1611b0b6a947ffef6e0cc444b15e812d01b
  • Loading branch information
mdvacca authored and facebook-github-bot committed Feb 28, 2022
1 parent 858ccfc commit a7a2d23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public void onFabricCommitEnd(DevToolsReactPerfLogger.FabricCommitPoint commitPo
+ " 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"
Expand Down

0 comments on commit a7a2d23

Please sign in to comment.