Lines Matching full:trace
7 * @fileoverview State and UI for trace data collection.
81 * Called by info_view to empty the trace buffer
105 console.log('Beginning to trace...');
177 * Called by tracing c++ code when new trace data arrives.
180 this.statusDiv_.textContent = 'Processing trace...';
192 this.statusDiv_.textContent = 'Ending trace...';
193 console.log('Finishing trace');
194 this.statusDiv_.textContent = 'Downloading trace data...';
232 * Called by tracing c++ code when new system trace data arrives.
241 * Gets the currentl system trace events. If tracing is active, then
249 * Tells browser to put up a load dialog and load the trace file
256 * Called by the browser when a trace file is loaded.
263 console.log('Expected an array when loading the trace file');
279 * Called by the browser when loading a trace file was canceled.
286 * Tells browser to put up a save dialog and save the trace file
299 * Called by the browser when a trace file is saveed.
306 * Called by the browser when saving a trace file was canceled.