OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeathData
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/
tracked_objects.h
96
// collection of
DeathData
instances. For each birth place Location that is
97
// destroyed on a thread, there is a
DeathData
instance to record the additional
101
// lock such
DeathData
instances. (i.e., these accumulated stats in a
DeathData
105
// is explaining how each thread maintains a list of
DeathData
instances, and
111
// are lists of
DeathData
and Births instances. These lists are maintained in
191
//
DeathData
that is reset (as synchronously as possible) during each snapshot.
252
// A "snapshotted" representation of the
DeathData
class.
258
// The alternative would be taking a
DeathData
parameter, but this would
259
// create a loop since
DeathData
indirectly refers DeathDataSnapshot. Passin
[
all
...]
tracked_objects.cc
80
//
DeathData
tallies durations when a death takes place.
82
DeathData
::
DeathData
()
94
DeathData
::
DeathData
(const
DeathData
& other)
104
// This constructor will be used by std::map when adding new
DeathData
values
110
DeathData
::~
DeathData
() {
128
void
DeathData
::RecordDeath(const int32_t queue_duration
[
all
...]
tracked_objects_unittest.cc
243
std::unique_ptr<
DeathData
> data(new
DeathData
());
282
std::unique_ptr<
DeathData
> data(new
DeathData
());
[
all
...]
Completed in 174 milliseconds