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

Unified Diff: runtime/observatory/lib/src/cpu_profile/cpu_profile.dart

Issue 1231603008: Expose allocation tracing over service protocol (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
Index: runtime/observatory/lib/src/cpu_profile/cpu_profile.dart
diff --git a/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart b/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart
index 7be5a01c8768c4c86b15c67c768244e2bd0ca57f..c29b30e3f77060ea0a76c07fb4b2dafc159cd2ae 100644
--- a/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart
+++ b/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart
@@ -598,6 +598,7 @@ class ProfileFunction {
}
+// TODO(johnmccutchan): Rename to SampleProfile
class CpuProfile {
final double MICROSECONDS_PER_SECOND = 1000000.0;
final double displayThreshold = 0.0002; // 0.02%.

Powered by Google App Engine
This is Rietveld 408576698