Home | History | Annotate | Download | only in base

Lines Matching defs:tasks

29 // TrackedObjects provides a database of stats about objects (generally Tasks)
37 // These classes serve as the basis of a profiler of sorts for the Tasks system.
70 // For Tasks, having now either constructed or found the Births instance
151 // and tracks parent/child relationships for the executed tasks. The statistics
175 // relationships for tasks. This should be done by detecting what tasks are
177 // a smarter profiler to aggregate the cost of a series of child tasks into
399 // task. The delayed_start_time is non-null for tasks that were posted as
400 // delayed tasks, and it indicates when the task should have run (i.e., when
528 // Snapshot (under a lock) the profiled data for the tasks in each ThreadData
537 // Snapshots (under a lock) the profiled data for the tasks for this thread
538 // and writes all of the executed tasks' data -- i.e. the data for the tasks
654 // A set of parents that created children tasks on this thread. Each pair
668 // tasks that have started a timer recently via NowForStartOfRun(), but not
715 std::vector<TaskSnapshot> tasks;