RESOLVED FIXED Bug 78222
Web Inspector: Timeline memory graph would have been more useful if it had used minUsedHeapSize as the lower bound. Currently it uses zero as the lower bound.
https://bugs.webkit.org/show_bug.cgi?id=78222
Summary Web Inspector: Timeline memory graph would have been more useful if it had us...
Ilya Tikhonovsky
Reported 2012-02-09 04:31:29 PST
%subj%
Attachments
screenshot (39.96 KB, image/png)
2012-02-09 04:38 PST, Ilya Tikhonovsky
no flags
Patch (4.93 KB, patch)
2012-02-09 04:42 PST, Ilya Tikhonovsky
no flags
Patch (4.86 KB, patch)
2012-02-09 04:58 PST, Ilya Tikhonovsky
pfeldman: review+
Ilya Tikhonovsky
Comment 1 2012-02-09 04:38:11 PST
Created attachment 126280 [details] screenshot
Ilya Tikhonovsky
Comment 2 2012-02-09 04:42:03 PST
Pavel Feldman
Comment 3 2012-02-09 04:45:47 PST
Comment on attachment 126281 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=126281&action=review > Source/WebCore/inspector/front-end/TimelineOverviewPane.js:582 > + var delta = (maxUsedHeapSize - minUsedHeapSize) * 0.05; Why not to shift the entire graph 5px?
Ilya Tikhonovsky
Comment 4 2012-02-09 04:58:54 PST
Ilya Tikhonovsky
Comment 5 2012-02-09 05:04:33 PST
Note You need to log in before you can comment on or make changes to this bug.