From 062f92a28cfe5a71401d2fb0f75cf16dda741377 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 30 Dec 2013 12:19:05 -0800 Subject: [PATCH] no more console.profiles --- docs/console-api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/console-api.md b/docs/console-api.md index 421c892..7d6d65e 100644 --- a/docs/console-api.md +++ b/docs/console-api.md @@ -180,8 +180,6 @@ The following example uses the **`%c`** format specifier to colorize the output When the Chrome DevTools is open, calling this function starts a JavaScript CPU profile with an optional label.To complete the profile, call `console.profileEnd()`. Each profile is added to the Profiles tab. -Each profile you create with this method is added to the `console.profiles[]` array. Each member of the array is an object for the profile that can be stringified and sent back to the server. useful in continuous integration/remote debugging setups. - In the following example a CPU profile is started at the entry to a function that is suspected to consume excessive CPU resources, and ended when the function exits. function processPixels() {