Home | History | Annotate | Download | only in tools

Lines Matching defs:profiler

34 devtools.profiler = devtools.profiler || {};
44 devtools.profiler.LogReader = function(dispatchTable) {
88 * @type {devtools.profiler.CsvParser}
90 this.csvParser_ = new devtools.profiler.CsvParser();
100 devtools.profiler.LogReader.prototype.createAddressParser = function(
125 devtools.profiler.LogReader.prototype.expandAlias = function(symbol) {
135 devtools.profiler.LogReader.prototype.printError = function(str) {
141 * Processes a portion of V8 profiler event log.
145 devtools.profiler.LogReader.prototype.processLogChunk = function(chunk) {
151 * Processes a line of V8 profiler event log.
155 devtools.profiler.LogReader.prototype.processLogLine = function(line) {
168 devtools.profiler.LogReader.prototype.processStack = function(pc, func, stack) {
193 devtools.profiler.LogReader.prototype.skipDispatch = function(dispatch) {
204 devtools.profiler.LogReader.prototype.dispatchLogRow_ = function(fields) {
243 devtools.profiler.LogReader.prototype.expandBackRef_ = function(line) {
268 devtools.profiler.LogReader.prototype.initBackRefsCommands_ = function() {
285 devtools.profiler.LogReader.prototype.processAlias_ = function(
304 devtools.profiler.LogReader.prototype.processLog_ = function(lines) {
332 devtools.profiler.LogReader.prototype.processRepeat_ = function(count, cmd) {