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

Unified Diff: runtime/vm/profiler.h

Issue 1919743003: Add Profiler::DumpStackTrace (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 | runtime/vm/profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/profiler.h
diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
index 096d429ca1da2c3a8076e7b0382e57ceb400b22f..32b4ec49dbb3c3566ad7f6ce6a8b96d53191ffb8 100644
--- a/runtime/vm/profiler.h
+++ b/runtime/vm/profiler.h
@@ -39,6 +39,8 @@ class Profiler : public AllStatic {
return sample_buffer_;
}
+ static void DumpStackTrace(bool native_stack_trace = true);
+
static void SampleAllocation(Thread* thread, intptr_t cid);
// SampleThread is called from inside the signal handler and hence it is very
« no previous file with comments | « no previous file | runtime/vm/profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698