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

  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalProfilers.cpp 56 String InternalProfilers::getHeapProfile()
58 String text = WebKit::Platform::current()->getHeapProfile();
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 283 // A wrapper for tcmalloc's GetHeapProfile()
284 virtual WebString getHeapProfile() { return WebString(); }

Completed in 48 milliseconds