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

Unified Diff: client/samples/profilers

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/samples/parallel_dd ('k') | client/samples/reboot » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/profilers
diff --git a/client/samples/profilers b/client/samples/profilers
deleted file mode 100644
index 949ddd6a7f9df19e976bbf65b127df93d0d577e2..0000000000000000000000000000000000000000
--- a/client/samples/profilers
+++ /dev/null
@@ -1,9 +0,0 @@
-for profiler in ('readprofile', 'oprofile', 'catprofile', 'lockmeter'):
- try:
- print "Testing profiler %s ..." % profiler
- job.profilers.add(profiler)
- job.run_test('sleeptest', seconds=3, tag=profiler)
- job.profilers.delete(profiler)
- except:
- print "Test of profiler %s failed" % profiler
- raise
« no previous file with comments | « client/samples/parallel_dd ('k') | client/samples/reboot » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698