Title: [123758] trunk/Source/WebCore
- Revision
- 123758
- Author
- [email protected]
- Date
- 2012-07-26 09:26:46 -0700 (Thu, 26 Jul 2012)
Log Message
Web Inspector: reduce auto refresh rate of the live native memory diagram
https://bugs.webkit.org/show_bug.cgi?id=92372
Patch by Alexei Filippov <[email protected]> on 2012-07-26
Reviewed by Pavel Feldman.
* inspector/front-end/NativeMemorySnapshotView.js:
(WebInspector.NativeMemoryBarChart.prototype.wasShown):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (123757 => 123758)
--- trunk/Source/WebCore/ChangeLog 2012-07-26 16:23:41 UTC (rev 123757)
+++ trunk/Source/WebCore/ChangeLog 2012-07-26 16:26:46 UTC (rev 123758)
@@ -1,5 +1,15 @@
2012-07-26 Alexei Filippov <[email protected]>
+ Web Inspector: reduce auto refresh rate of the live native memory diagram
+ https://bugs.webkit.org/show_bug.cgi?id=92372
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/front-end/NativeMemorySnapshotView.js:
+ (WebInspector.NativeMemoryBarChart.prototype.wasShown):
+
+2012-07-26 Alexei Filippov <[email protected]>
+
Web Inspector: add GC button to the profiles panel toolbar.
https://bugs.webkit.org/show_bug.cgi?id=92369
Modified: trunk/Source/WebCore/inspector/front-end/NativeMemorySnapshotView.js (123757 => 123758)
--- trunk/Source/WebCore/inspector/front-end/NativeMemorySnapshotView.js 2012-07-26 16:23:41 UTC (rev 123757)
+++ trunk/Source/WebCore/inspector/front-end/NativeMemorySnapshotView.js 2012-07-26 16:26:46 UTC (rev 123758)
@@ -428,7 +428,7 @@
*/
wasShown: function()
{
- this._timerId = setInterval(this._updateStats.bind(this), 200);
+ this._timerId = setInterval(this._updateStats.bind(this), 1000);
},
_updateView: function()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes