Skip to content

Commit 83fd558

Browse files
committed
Note how to access Perf in docs
1 parent c419cce commit 83fd558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/09.8-perf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ In addition to giving you an overview of your app's overall performance, ReactPe
1616
1717
## General API
1818

19+
The `Perf` object documented here is exposed as `React.addons.Perf` when using the `react-with-addons.js` build in development mode.
20+
1921
### `Perf.start()` and `Perf.stop()`
2022
Start/stop the measurement. The React operations in-between are recorded for analyses below. Operations that took an insignificant amount of time are ignored.
2123

0 commit comments

Comments
 (0)