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

Unified Diff: webrtc/base/BUILD.gn

Issue 2695743003: Added GetCpuTime to base/ to get total CPU time consumed by process for perf tests. (Closed)
Patch Set: fixing flaky tests Created 3 years, 10 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 | webrtc/base/cpu_time.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 4e03dc7b9e5d94e35b2fb686b4d6d02cf1c6dc44..59e0e9c7b74dadc8db26cb44c08080681f25cde9 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -107,6 +107,8 @@ rtc_static_library("rtc_base_approved") {
"constructormagic.h",
"copyonwritebuffer.cc",
"copyonwritebuffer.h",
+ "cpu_time.cc",
+ "cpu_time.h",
"criticalsection.cc",
"criticalsection.h",
"deprecation.h",
@@ -727,6 +729,7 @@ if (rtc_include_tests) {
rtc_source_set("rtc_base_nonparallel_tests") {
testonly = true
sources = [
+ "cpu_time_unittest.cc",
"nullsocketserver_unittest.cc",
"physicalsocketserver_unittest.cc",
"socket_unittest.cc",
« no previous file with comments | « no previous file | webrtc/base/cpu_time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698