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

Unified Diff: pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart

Issue 2985253002: [corelib] dart:developer timeline flow events (Closed)
Patch Set: Update changelog Created 3 years, 5 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 | « CHANGELOG.md ('k') | runtime/lib/timeline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart
index 07fbcb84f0a5cad78ecd8156a1140c8ffbe3ead7..06d0325bc16b31524335a75700f9a11f470d2034 100644
--- a/pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart
+++ b/pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart
@@ -74,6 +74,12 @@ void _reportCompleteEvent(int start, int startCpu, String category, String name,
// TODO.
}
+@patch
+void _reportFlowEvent(int start, int startCpu, String category, String name,
+ int type, int id, String argumentsAsJson) {
+ // TODO.
+}
+
@patch
void _reportInstantEvent(
int start, String category, String name, String argumentsAsJson) {
« no previous file with comments | « CHANGELOG.md ('k') | runtime/lib/timeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698