gecko-dev/devtools/client/performance-new
Denis Palmeiro 1d2e62c07a Bug 1497016 - Add an API to extract tracelogger data and use this within the gecko profiler r=mstange,djvj
Add a new class to extract tracelogger data using chunked buffers and use this to write the data out to the profiler JSON output.  Copying the data in chunks lets us minimize our memory overhead when writing out to the profiler so a large array of millions of elements does not need to be allocated ahead of time.

Differential Revision: https://phabricator.services.mozilla.com/D11791

--HG--
extra : moz-landing-system : lando
2018-12-04 21:43:38 +00:00
..
components Bug 1497016 - Add an API to extract tracelogger data and use this within the gecko profiler r=mstange,djvj 2018-12-04 21:43:38 +00:00
store Bug 1476775 - Part 2: Change the profiler usage in devtools after API change r=julienw,gregtatum 2018-11-23 16:10:08 +00:00
test Bug 1476775 - Part 2: Change the profiler usage in devtools after API change r=julienw,gregtatum 2018-11-23 16:10:08 +00:00
browser.js Bug 1476775 - Part 2: Change the profiler usage in devtools after API change r=julienw,gregtatum 2018-11-23 16:10:08 +00:00
frame-script.js Bug 1457481 - Hook up the new devtools performance panel to nsIProfiler.getSymbolTable. r=gregtatum 2018-10-02 01:52:32 +00:00
index.xhtml Bug 1471152 - Package all panel scripts under resource://devtools/ instead of chrome://devtools/. r=jdescottes 2018-06-25 12:59:22 -07:00
initializer.js Bug 1476775 - Part 2: Change the profiler usage in devtools after API change r=julienw,gregtatum 2018-11-23 16:10:08 +00:00
moz.build Bug 1471152 - Package all panel scripts under resource://devtools/ instead of chrome://devtools/. r=jdescottes 2018-06-25 12:59:22 -07:00
panel.js Bug 1476775 - Part 2: Change the profiler usage in devtools after API change r=julienw,gregtatum 2018-11-23 16:10:08 +00:00
utils.js Bug 1476775 - Part 2: Change the profiler usage in devtools after API change r=julienw,gregtatum 2018-11-23 16:10:08 +00:00