mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 07:26:26 +00:00
Bug 672731 - Followup to fix botched merge. Update the comment for UNITS_COUNT in nsIMemoryReporter. r=njn
This commit is contained in:
parent
70185e1d10
commit
e99e6d9530
@ -136,10 +136,9 @@ interface nsIMemoryReporter : nsISupports
|
||||
*
|
||||
* - BYTES: The amount contains a number of bytes.
|
||||
*
|
||||
* - COUNT: The amount contains the cumulative number of times some event
|
||||
* has occurred since the application started up. For instance, a
|
||||
* reporter reporting the number of page faults since startup should have
|
||||
* units UNITS_COUNT.
|
||||
* - COUNT: The amount is an instantaneous count of things currently in
|
||||
* existence. For instance, the number of tabs currently open would have
|
||||
* units COUNT.
|
||||
*
|
||||
* - COUNT_CUMULATIVE: The amount contains the number of times some event
|
||||
* has occurred since the application started up. For instance, the
|
||||
|
Loading…
x
Reference in New Issue
Block a user