HomeSort by relevance Sort by last modified time
    Searched refs:Summarize (Results 1 - 11 of 11) sorted by null

  /external/toolchain-utils/deprecated/
summarize_results.py 4 """Script to summarize the results of various log files."""
32 def Summarize(self, log_file, filename):
66 def Summarize(self, log_file, filename):
90 def Summarize(self, log_file, filename):
121 result = summarizer.Summarize(inp, os.path.basename(filename))
  /external/libchrome/base/trace_event/
heap_profiler_heap_dump_writer.h 79 const std::set<Entry>& Summarize(
91 // The collection of entries that is filled by |Summarize|.
heap_profiler_heap_dump_writer.cc 243 const std::set<Entry>& HeapDumpWriter::Summarize(
318 return Serialize(writer.Summarize(metrics_by_context));
  /external/v8/src/
frames.h 784 // Mode for JavaScriptFrame::Summarize. Exact summary is required to produce
    [all...]
frames.cc 780 void StandardFrame::Summarize(List<FrameSummary>* functions,
991 void JavaScriptFrame::Summarize(List<FrameSummary>* functions,
    [all...]
accessors.cc 848 frame->Summarize(&frames);
    [all...]
isolate.cc 464 js_frame->Summarize(&frames);
780 frame->Summarize(&frames);
    [all...]
  /external/v8/src/debug/
debug-frames.cc 215 it->frame()->Summarize(&frames);
debug.cc     [all...]
  /external/v8/src/runtime/
runtime-internal.cc 350 it.frame()->Summarize(&frames);
runtime-debug.cc 445 it.frame()->Summarize(&frames);
742 // OptimizedFrame::Summarize).
    [all...]

Completed in 381 milliseconds