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

Side by Side Diff: base/trace_event/memory_usage_estimator.cc

Issue 2440393002: [tracing] Implement composable memory usage estimators. (Closed)
Patch Set: Rebase 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 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 #include "base/trace_event/memory_usage_estimator.h"
6
7 namespace base {
8 namespace trace_event {
9
10 template size_t EstimateMemoryUsage(const std::string&);
11 template size_t EstimateMemoryUsage(const string16&);
12
13 } // namespace trace_event
14 } // namespace base
OLDNEW
« no previous file with comments | « base/trace_event/memory_usage_estimator.h ('k') | base/trace_event/memory_usage_estimator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698