From c43b179fe02bb9874762b156df6a6871b481bea1 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 --- docs/09.8-perf.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/09.8-perf.md b/docs/09.8-perf.md index c1b45cfb..74bc7163 100644 --- a/docs/09.8-perf.md +++ b/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.