Bug 110619 - Web Inspector: make number of stack frames to capture in Timeline a setting
Summary: Web Inspector: make number of stack frames to capture in Timeline a setting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-22 09:55 PST by Andrey Kosyakov
Modified: 2013-03-18 02:24 PDT (History)
8 users (show)

See Also:


Attachments
Patch (8.19 KB, patch)
2013-02-25 00:50 PST, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
Patch (9.89 KB, patch)
2013-03-15 10:02 PDT, Andrey Kosyakov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2013-02-22 09:55:11 PST
Capturing stack trace is relatively slow, so for some measuring some apps we may want to limit capturing stack trace depth so as to reduce skew.
Comment 1 Andrey Kosyakov 2013-02-25 00:50:37 PST
Created attachment 190013 [details]
Patch
Comment 2 Pavel Feldman 2013-02-25 00:52:47 PST
Comment on attachment 190013 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=190013&action=review

> Source/WebCore/English.lproj/localizedStrings.js:875
> +localizedStrings["Stack frames to capture:"] = "Stack frames to capture:";

JavaScript stack frames...
Comment 3 Andrey Kosyakov 2013-03-15 10:02:45 PDT
Created attachment 193327 [details]
Patch
Comment 4 Andrey Kosyakov 2013-03-18 02:24:29 PDT
Committed r146045: <http://trac.webkit.org/changeset/146045>