Bug 69002 - Web Inspector: It'd be useful to have performance stats for the back-end to front-end communication channel.
Summary: Web Inspector: It'd be useful to have performance stats for the back-end to f...
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: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 06:41 PDT by Ilya Tikhonovsky
Modified: 2011-09-28 07:30 PDT (History)
10 users (show)

See Also:


Attachments
Patch (3.74 KB, patch)
2011-09-28 06:44 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2011-09-28 06:41:58 PDT
%subj%
Comment 1 Ilya Tikhonovsky 2011-09-28 06:44:20 PDT
Created attachment 109019 [details]
Patch
Comment 2 Yury Semikhatsky 2011-09-28 07:12:51 PDT
Comment on attachment 109019 [details]
Patch

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

> Source/WebCore/inspector/CodeGeneratorInspector.pm:860
> +            wrappedCallback.callStartTime = Date.now();

sendRequestTime?
Comment 3 Ilya Tikhonovsky 2011-09-28 07:30:03 PDT
Committed r96222: <http://trac.webkit.org/changeset/96222>