MemoryInfra: TRACE_EVENT_API_SCOPED_TASK_EXECUTION_EVENT is not trace event as name suggests |
||||
Issue descriptionBackground context:go/memory-infra: memory profiling in chrome://tracing TRACE_EVENT_API_SCOPED_TASK_EXECUTION_EVENT is not adding a trace event and it is a heap profiler specific macro. This should be renamed and moved to heap_profiler.h.
,
May 6 2016
,
May 13 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/abb35f9934c2950cc4f8e0f67afb43e632773018 commit abb35f9934c2950cc4f8e0f67afb43e632773018 Author: ssid <ssid@chromium.org> Date: Fri May 13 20:34:57 2016 [tracing] Move and rename TRACE_EVENT_API_TASK_EXECUTION_EVENT The heap profiler specific macros are moved to heap_profiler.h. This CL also gives a better name to the api. Note that the trace_event.h now includes heap_profiler.h instead of context_tracker.h and contains the implementation of TRACE_TASK_EXECUTION because it depends on base::Location and AllocationContextTracker. BUG= 609882 Review-Url: https://codereview.chromium.org/1950313005 Cr-Commit-Position: refs/heads/master@{#393616} [modify] https://crrev.com/abb35f9934c2950cc4f8e0f67afb43e632773018/base/trace_event/common/trace_event_common.h [modify] https://crrev.com/abb35f9934c2950cc4f8e0f67afb43e632773018/base/trace_event/heap_profiler.h [modify] https://crrev.com/abb35f9934c2950cc4f8e0f67afb43e632773018/base/trace_event/heap_profiler_allocation_context_tracker_unittest.cc [modify] https://crrev.com/abb35f9934c2950cc4f8e0f67afb43e632773018/base/trace_event/trace_event.h
,
May 13 2016
,
Jan 4 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by ssid@chromium.org
, May 6 2016