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

Unified Diff: gin/public/v8_platform.h

Issue 1850603002: [tracing] Use trace event profiling for heap profiling Base URL: https://chromium.googlesource.com/chromium/src.git@all_categories
Patch Set: Created 4 years, 9 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 | « base/trace_event/trace_log.cc ('k') | gin/v8_platform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/public/v8_platform.h
diff --git a/gin/public/v8_platform.h b/gin/public/v8_platform.h
index ad37a5c4cebf7b519cad0885c5fa17526cc297f4..ca23d5af11f48e2f9379e9dcabb4d7a2a3833ab2 100644
--- a/gin/public/v8_platform.h
+++ b/gin/public/v8_platform.h
@@ -48,6 +48,8 @@ class GIN_EXPORT V8Platform : public NON_EXPORTED_BASE(v8::Platform) {
void UpdateTraceEventDuration(const uint8_t* category_enabled_flag,
const char* name,
uint64_t handle) override;
+ void PushTracingPseudoStackFrame(const char* stack_frame) override;
+ void PopTracingPseudoStackFrame(const char* stack_frame) override;
private:
friend struct base::DefaultLazyInstanceTraits<V8Platform>;
« no previous file with comments | « base/trace_event/trace_log.cc ('k') | gin/v8_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698