Bug 64896 - make the treemap display more human friendly
Summary: make the treemap display more human friendly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-20 14:54 PDT by Ojan Vafai
Modified: 2011-07-20 15:17 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.55 KB, patch)
2011-07-20 14:54 PDT, Ojan Vafai
tony: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2011-07-20 14:54:13 PDT
make the treemap display more human friendly
Comment 1 Ojan Vafai 2011-07-20 14:54:39 PDT
Created attachment 101514 [details]
Patch
Comment 2 Tony Chang 2011-07-20 14:57:01 PDT
Comment on attachment 101514 [details]
Patch

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

> Tools/TestResultServer/static-dashboards/treemap.html:124
> +    return minutes + 'm' + seconds + 's';

Nit: I think this would be clear as m:ss.
Comment 3 Ojan Vafai 2011-07-20 15:17:04 PDT
Committed r91412: <http://trac.webkit.org/changeset/91412>