Searched refs:InternalProfilers (Results 1 – 20 of 20) sorted by relevance
42 class InternalProfilers : public RefCounted<InternalProfilers> {44 static PassRefPtr<InternalProfilers> create() { return adoptRef(new InternalProfilers()); } in create()
41 void InternalProfilers::startHeapProfiling(const String& prefix) in startHeapProfiling()46 void InternalProfilers::stopHeapProfiling() in stopHeapProfiling()51 void InternalProfilers::dumpHeapProfiling(const String& reason) in dumpHeapProfiling()56 String InternalProfilers::getHeapProfile() in getHeapProfile()
55 class InternalProfilers; variable211 InternalProfilers* profilers();322 RefPtr<InternalProfilers> m_profilers;
33 ] interface InternalProfilers {
166 readonly attribute InternalProfilers profilers;
249 InternalProfilers* Internals::profilers() in profilers()252 m_profilers = InternalProfilers::create(); in profilers()
3 ../core/testing/InternalProfilers.idl
21 …/Internals.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
7374 …Profilers.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…7375 …or "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/InternalProfilers.idl
3170 'testing/InternalProfilers.idl',3192 'testing/InternalProfilers.cpp',3193 'testing/InternalProfilers.h',