From c28f00c19a3c1d574c70abd3cc92b7d8944eb321 Mon Sep 17 00:00:00 2001 From: Glen Mailer Date: Sat, 19 Jul 2014 16:14:27 +0100 Subject: [PATCH] Note how to access Perf in docs (cherry picked from commit 83fd5583bf80cd5e6fc4722563a82af7ce4e7992) --- docs/docs/09.8-perf.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/09.8-perf.md b/docs/docs/09.8-perf.md index c1b45cfb4a..74bc71634a 100644 --- a/docs/docs/09.8-perf.md +++ b/docs/docs/09.8-perf.md @@ -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.