Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h

Issue 2346133002: Generate long task timing entries when long task is reported. (Closed)
Patch Set: sync to base CL 2343553005 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
index 471538be4474ce358fa4ab80d0c07a5adbaae5e7..b590ed634f345dbed9067be25c6c850f51bc8d7f 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
@@ -13,6 +13,7 @@
namespace blink {
class ExecutionContext;
+class Frame;
class LocalFrame;
class Location;
class InspectedFrames;
@@ -44,6 +45,8 @@ public:
private:
bool m_enabled;
+ String sanitizedLongTaskName(const HeapHashSet<Member<Location>>& frameContextLocations, Frame* rootFrame);
+
Member<InspectedFrames> m_inspectedFrames;
HeapHashSet<Member<Location>> m_frameContextLocations;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698