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

Unified Diff: client/profilers/lockmeter/lockmeter.py

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 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 | « client/profilers/ftrace/trace-cmd.tar.bz2 ('k') | client/profilers/lttng/lttng.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/profilers/lockmeter/lockmeter.py
diff --git a/client/profilers/lockmeter/lockmeter.py b/client/profilers/lockmeter/lockmeter.py
index 830946a8aa3ed13e83060a8309ad05e53a3c5afa..024e282ba6ba7f6986b4570a6e955b0f2ad0888a 100644
--- a/client/profilers/lockmeter/lockmeter.py
+++ b/client/profilers/lockmeter/lockmeter.py
@@ -25,7 +25,7 @@ class lockmeter(profiler.profiler):
utils.extract_tarball_to_dir(self.tarball, self.srcdir)
os.chdir(self.srcdir)
- utils.system('make')
+ utils.make()
self.cmd = self.srcdir + '/lockstat'
« no previous file with comments | « client/profilers/ftrace/trace-cmd.tar.bz2 ('k') | client/profilers/lttng/lttng.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698