HomeSort by relevance Sort by last modified time
    Searched defs:coalesced (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
trace.cc 47 struct Coalesced {
48 Coalesced() : name_ptr(NULL), total_duration(0.0), count(0) {}
59 bool CoalescedDurationGreater(const Coalesced& a, const Coalesced& b) {
79 std::map<std::string, Coalesced> coalesced; local
81 Coalesced& c = coalesced[items[i]->name()];
88 std::vector<Coalesced> sorted;
89 for (std::map<std::string, Coalesced>::iterator iter = coalesced.begin()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePresentationModel.js 125 if (parentRecord.coalesced())
140 if (lastRecord && lastRecord.coalesced())
154 if (lastRecord.presentationParent().coalesced())
343 coalesced: function()
547 coalesced: function()

Completed in 2889 milliseconds