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

Side by Side Diff: webkit/glue/memory_usage.h

Issue 11829032: Add a histogram for renderer memory usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef WEBKIT_GLUE_MEMORY_USAGE_H_
6 #define WEBKIT_GLUE_MEMORY_USAGE_H_
7
8 #include <cstring>
9
10 #include "webkit/glue/webkit_glue_export.h"
11
12 namespace webkit_glue {
13
14 WEBKIT_GLUE_EXPORT size_t memoryUsageKB();
Charlie Reis 2013/01/14 19:59:31 Presumably you're accounting for the fact that it'
marja 2013/01/14 20:17:01 Yes, we're not comparing these values across platf
15
16 } // namespace webkit_glue
17
18 #endif // WEBKIT_GLUE_MEMORY_USAGE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698