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

Unified Diff: webrtc/base/BUILD.gn

Issue 2706823002: Added GetCpuTime to base/ to get total CPU time consumed by process for perf tests. (Closed)
Patch Set: rebase 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 a82748eccdab42860c3352518da08149f95fc06e..7236ee8b7bce760a5916409a4ca38e11afeba85c 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -688,6 +688,8 @@ if (rtc_include_tests) {
sources = [
# Also use this as a convenient dumping ground for misc files that are
# included by multiple targets below.
+ "cpu_time.cc",
+ "cpu_time.h",
"fakeclock.cc",
"fakeclock.h",
"fakenetwork.h",
@@ -733,6 +735,7 @@ if (rtc_include_tests) {
rtc_source_set("rtc_base_nonparallel_tests") {
testonly = true
sources = [
+ "cpu_time_unittest.cc",
"filerotatingstream_unittest.cc",
"nullsocketserver_unittest.cc",
"physicalsocketserver_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