Bug 69002

Summary: Web Inspector: It'd be useful to have performance stats for the back-end to front-end communication channel.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

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>