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

Unified Diff: tracing/tracing/ui/extras/v8_config.html

Issue 2386873002: Implement single/multi V8 GC objects statistics sub view. (Closed)
Patch Set: update Created 4 years, 2 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 | « tracing/tracing/ui/extras/v8/single_v8_gc_stats_thread_slice_sub_view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/extras/v8_config.html
diff --git a/tracing/tracing/ui/extras/v8_config.html b/tracing/tracing/ui/extras/v8_config.html
index 60d37c078691d256d529ee667668d6980109c0ee..ac9794d1de7d287603009b3fe18bdf00df2c530a 100644
--- a/tracing/tracing/ui/extras/v8_config.html
+++ b/tracing/tracing/ui/extras/v8_config.html
@@ -7,6 +7,9 @@ found in the LICENSE file.
<link rel="import" href="/tracing/extras/v8_config.html">
+<link rel="import" href="/tracing/ui/extras/v8/gc_objects_stats_table.html">
+<link rel="import" href="/tracing/ui/extras/v8/multi_v8_gc_stats_thread_slice_sub_view.html">
<link rel="import" href="/tracing/ui/extras/v8/multi_v8_thread_slice_sub_view.html">
<link rel="import" href="/tracing/ui/extras/v8/runtime_call_stats_table.html">
+<link rel="import" href="/tracing/ui/extras/v8/single_v8_gc_stats_thread_slice_sub_view.html">
<link rel="import" href="/tracing/ui/extras/v8/single_v8_thread_slice_sub_view.html">
« no previous file with comments | « tracing/tracing/ui/extras/v8/single_v8_gc_stats_thread_slice_sub_view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698