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

Unified Diff: runtime/vm/profiler_service.h

Issue 2966593002: Updated native memory allocation profiling to use its own sample buffer instead of sharing a sample… (Closed)
Patch Set: Created 3 years, 6 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/vm/profiler_service.h
diff --git a/runtime/vm/profiler_service.h b/runtime/vm/profiler_service.h
index b746f510626940455306362e178a37f3b7c6125a..55e1742e4c3aa839ea771dd8a6ddac651b235495 100644
--- a/runtime/vm/profiler_service.h
+++ b/runtime/vm/profiler_service.h
@@ -375,6 +375,7 @@ class Profile : public ValueObject {
// Build a filtered model using |filter| with the specified |tag_order|.
void Build(Thread* thread,
SampleFilter* filter,
+ SampleBuffer* sample_buffer,
TagOrder tag_order,
intptr_t extra_tags = 0);
@@ -500,6 +501,7 @@ class ProfilerService : public AllStatic {
Profile::TagOrder tag_order,
intptr_t extra_tags,
SampleFilter* filter,
+ SampleBuffer* sample_buffer,
bool as_timline);
};

Powered by Google App Engine
This is Rietveld 408576698