Home
last modified time | relevance | path

Searched refs:Births (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Dtracked_objects.h236 class BASE_EXPORT Births: public BirthOnThread {
238 Births(const Location& location, const ThreadData& current);
249 DISALLOW_COPY_AND_ASSIGN(Births);
449 typedef base::hash_map<Location, Births*, Location::Hash> BirthMap;
450 typedef std::map<const Births*, DeathData> DeathMap;
484 static Births* TallyABirthIfActive(const Location& location);
505 static void TallyRunOnWorkerThreadIfTracking(const Births* births,
511 static void TallyRunInAScopedRegionIfTracking(const Births* births,
564 typedef std::vector<std::pair<const Births*, DeathDataPhaseSnapshot>>
588 Births* TallyABirth(const Location& location);
[all …]
Dtracked_objects.cc270 Births::Births(const Location& location, const ThreadData& current) in Births() function in tracked_objects::Births
274 int Births::birth_count() const { return birth_count_; } in birth_count()
276 void Births::RecordBirth() { ++birth_count_; } in RecordBirth()
489 Births* ThreadData::TallyABirth(const Location& location) { in TallyABirth()
491 Births* child; in TallyABirth()
496 child = new Births(location, *this); // Leak this. in TallyABirth()
506 void ThreadData::TallyADeath(const Births& births, in TallyADeath()
516 static_cast<uint32_t>(&births - reinterpret_cast<Births*>(0)); in TallyADeath()
540 Births* ThreadData::TallyABirthIfActive(const Location& location) { in TallyABirthIfActive()
556 const Births* births = completed_task.birth_tally; in TallyRunOnNamedThreadIfTracking()
[all …]
Dtracking_info.h20 class Births; variable
45 tracked_objects::Births* birth_tally;
Dtracked_objects_unittest.cc59 Births* birth = ThreadData::TallyABirthIfActive(location); in TallyABirth()
62 EXPECT_EQ(reinterpret_cast<Births*>(NULL), birth); in TallyABirth()
64 EXPECT_NE(reinterpret_cast<Births*>(NULL), birth); in TallyABirth()
/external/libchrome/base/profiler/
Dscoped_profile.h43 class Births; variable
58 Births* birth_; // Place in code where tracking started.
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt2399 … ^[.] tracked_objects::ThreadData::TallyADeath(tracked_objects::Births const&, int, int)
2401 --- tracked_objects::ThreadData::TallyADeath(tracked_objects::Births const&, int, int)