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

Unified Diff: tracing/tracing/metrics/v8/utils.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: manual fixes Created 4 years, 1 month 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/metrics/v8/runtime_stats_metric.html ('k') | tracing/tracing/metrics/v8/v8_metrics.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/metrics/v8/utils.html
diff --git a/tracing/tracing/metrics/v8/utils.html b/tracing/tracing/metrics/v8/utils.html
index c234d4e541d83533786a0ed2f968af087b980778..d9ed08706954173136b60eb2e0eadf99c276b312 100644
--- a/tracing/tracing/metrics/v8/utils.html
+++ b/tracing/tracing/metrics/v8/utils.html
@@ -293,21 +293,21 @@ tr.exportTo('tr.metrics.v8.utils', function() {
}
return {
- findParent: findParent,
- groupAndProcessEvents: groupAndProcessEvents,
- isForcedGarbageCollectionEvent: isForcedGarbageCollectionEvent,
- isGarbageCollectionEvent: isGarbageCollectionEvent,
- isIdleTask: isIdleTask,
- isLowMemoryEvent: isLowMemoryEvent,
- isSubGarbageCollectionEvent: isSubGarbageCollectionEvent,
- isTopGarbageCollectionEvent: isTopGarbageCollectionEvent,
- isTopV8ExecuteEvent: isTopV8ExecuteEvent,
- isV8ExecuteEvent: isV8ExecuteEvent,
- mutatorUtilization: mutatorUtilization,
- subGarbageCollectionEventName: subGarbageCollectionEventName,
- topGarbageCollectionEventName: topGarbageCollectionEventName,
- rangeForMemoryDumps: rangeForMemoryDumps,
- unionOfIntervals: unionOfIntervals
+ findParent,
+ groupAndProcessEvents,
+ isForcedGarbageCollectionEvent,
+ isGarbageCollectionEvent,
+ isIdleTask,
+ isLowMemoryEvent,
+ isSubGarbageCollectionEvent,
+ isTopGarbageCollectionEvent,
+ isTopV8ExecuteEvent,
+ isV8ExecuteEvent,
+ mutatorUtilization,
+ subGarbageCollectionEventName,
+ topGarbageCollectionEventName,
+ rangeForMemoryDumps,
+ unionOfIntervals,
};
});
</script>
« no previous file with comments | « tracing/tracing/metrics/v8/runtime_stats_metric.html ('k') | tracing/tracing/metrics/v8/v8_metrics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698