Bug 92185 - Add per-HashTable stats
Summary: Add per-HashTable stats
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: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-24 17:40 PDT by Sam Weinig
Modified: 2012-07-24 18:07 PDT (History)
1 user (show)

See Also:


Attachments
Patch (8.61 KB, patch)
2012-07-24 17:43 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2012-07-24 17:40:05 PDT
Add per-HashTable stats
Comment 1 Sam Weinig 2012-07-24 17:43:19 PDT
Created attachment 154197 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-24 17:47:48 PDT
Attachment 154197 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Ha..." exit_code: 1
Source/WTF/wtf/HashTable.h:360:  One line control clauses should not use braces.  [whitespace/braces] [4]
Source/WTF/wtf/HashTable.h:1086:  Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons.  [readability/comparison_to_zero] [5]
Total errors found: 2 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2012-07-24 18:07:33 PDT
Committed r123559: <http://trac.webkit.org/changeset/123559>