Bug 145151 - REGRESSION: v2 UI reports a higher memory usage
Summary: REGRESSION: v2 UI reports a higher memory usage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 141237
  Show dependency treegraph
 
Reported: 2015-05-18 17:00 PDT by Ryosuke Niwa
Modified: 2015-05-18 17:24 PDT (History)
0 users

See Also:


Attachments
Fixes the bug (3.07 KB, patch)
2015-05-18 17:03 PDT, Ryosuke Niwa
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-05-18 17:00:33 PDT
The v2 UI of the perf dashboard reports a higher memory usage compared to v1 UI.
Comment 1 Ryosuke Niwa 2015-05-18 17:03:57 PDT
Created attachment 253353 [details]
Fixes the bug
Comment 2 Chris Dumez 2015-05-18 17:12:30 PDT
Comment on attachment 253353 [details]
Fixes the bug

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

> Websites/perf.webkit.org/public/v2/manifest.js:318
> +    _formatByte: function (sigFig, alwaysShowSign)

nit: _formatBytes ?
Comment 3 Ryosuke Niwa 2015-05-18 17:24:24 PDT
Committed r184531: <http://trac.webkit.org/changeset/184531>