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

Unified Diff: base/BUILD.gn

Issue 2865653003: One perf test for windows VirtualQueryEx calls.
Patch Set: add many test cases Created 3 years, 7 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 | « no previous file | base/memory/i_heart_windows_memory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index cf3d3058900bf362101f226b7a18e705f50b1572..9351d37df5ba42338969d7085bd4d57c77933d2f 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1744,6 +1744,7 @@ test("base_perftests") {
# "test/run_all_unittests.cc",
"json/json_perftest.cc",
+ "memory/memory_uma_perftest.cc",
"threading/thread_perftest.cc",
]
deps = [
@@ -2714,3 +2715,12 @@ fuzzer_test("base_json_correctness_fuzzer") {
":base",
]
}
+
+executable("i_heart_windows_memory") {
+ sources = [
+ "memory/i_heart_windows_memory.cc",
+ ]
+ deps = [
+ ":base",
+ ]
+}
« no previous file with comments | « no previous file | base/memory/i_heart_windows_memory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698