OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Aggregation
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
tracked_objects.h
139
// that set? etc.).
Aggregation
instances collect running sums of any set of
332
//
Aggregation
contains summaries (totals and subtotals) of groups of Snapshot
335
class BASE_API
Aggregation
: public DeathData {
337
Aggregation
();
338
~
Aggregation
();
355
DISALLOW_COPY_AND_ASSIGN(
Aggregation
);
363
// vector. It orders them into groups (for
aggregation
), and can also order
365
//
aggregation
).
457
// preparation for
aggregation
). The subgroup tiebreakers are not consulted
tracked_objects.cc
237
Aggregation
totals;
245
Aggregation
subtotals;
650
//
Aggregation
652
Aggregation
::
Aggregation
()
656
Aggregation
::~
Aggregation
() {
659
void
Aggregation
::AddDeathSnapshot(const Snapshot& snapshot) {
665
void
Aggregation
::AddBirths(const Births& births) {
669
void
Aggregation
::AddBirth(const BirthOnThread& birth)
[
all
...]
Completed in 27 milliseconds