зеркало из https://github.com/mozilla/gecko-dev.git
95f77c2409
All calls to `profiler_add_marker()` (outside of the profilers code) are now replaced by either: - `PROFILER_ADD_MARKER(name, categoryPair)` - `PROFILER_ADD_MARKER_WITH_PAYLOAD(name, categoryPair, TypeOfMarkerPayload, (payload, ..., arguments))` This makes all calls consistent, and they won't need to prefix the category pair with `JS::ProfilingCategoryPair::`. Also it will make it easier to add (and later remove) internal-profiling instrumentation (bug 1576550), and to replace heap-allocated payloads with stack-allocated ones (bug 1576555). Differential Revision: https://phabricator.services.mozilla.com/D43588 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
tests | ||
Performance.cpp | ||
Performance.h | ||
PerformanceEntry.cpp | ||
PerformanceEntry.h | ||
PerformanceMainThread.cpp | ||
PerformanceMainThread.h | ||
PerformanceMark.cpp | ||
PerformanceMark.h | ||
PerformanceMeasure.cpp | ||
PerformanceMeasure.h | ||
PerformanceNavigation.cpp | ||
PerformanceNavigation.h | ||
PerformanceNavigationTiming.cpp | ||
PerformanceNavigationTiming.h | ||
PerformanceObserver.cpp | ||
PerformanceObserver.h | ||
PerformanceObserverEntryList.cpp | ||
PerformanceObserverEntryList.h | ||
PerformanceResourceTiming.cpp | ||
PerformanceResourceTiming.h | ||
PerformanceServerTiming.cpp | ||
PerformanceServerTiming.h | ||
PerformanceService.cpp | ||
PerformanceService.h | ||
PerformanceStorage.h | ||
PerformanceStorageWorker.cpp | ||
PerformanceStorageWorker.h | ||
PerformanceTiming.cpp | ||
PerformanceTiming.h | ||
PerformanceWorker.cpp | ||
PerformanceWorker.h | ||
moz.build |