Home | History | Annotate | Download | only in about_tracing

Lines Matching full:trace

8  * @fileoverview State and UI for trace data collection.
86 * Called by info_view to empty the trace buffer
110 console.log('Beginning to trace...');
184 this.statusDiv_.textContent = 'Ending trace...';
185 console.log('Finishing trace');
186 this.statusDiv_.textContent = 'Downloading trace data...';
233 * Called by tracing c++ code when new system trace data arrives.
242 * Gets the currentl system trace events. If tracing is active, then
250 * Tells browser to put up a load dialog and load the trace file
257 * Called by the browser when a trace file is loaded.
269 * Called by the browser when loading a trace file was canceled.
276 * Tells browser to put up a save dialog and save the trace file
302 * Called by the browser when a trace file is saveed.
309 * Called by the browser when saving a trace file was canceled.