Skip to content

Commit

Permalink
Merge pull request facebook#1882 from glenjamin/patch-1
Browse files Browse the repository at this point in the history
Note how to access Perf in docs
  • Loading branch information
chenglou committed Jul 20, 2014
2 parents 76d2ebd + 83fd558 commit d210269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/09.8-perf.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ In addition to giving you an overview of your app's overall performance, ReactPe
## General API

The `Perf` object documented here is exposed as `React.addons.Perf` when using the `react-with-addons.js` build in development mode.

### `Perf.start()` and `Perf.stop()`
Start/stop the measurement. The React operations in-between are recorded for analyses below. Operations that took an insignificant amount of time are ignored.

Expand Down

0 comments on commit d210269

Please sign in to comment.