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

Unified Diff: client/samples/oprofile

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/mirror ('k') | client/samples/oprofile.power5+ » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/oprofile
diff --git a/client/samples/oprofile b/client/samples/oprofile
deleted file mode 100644
index 42c0d3650026c0688df040af68449b826124d627..0000000000000000000000000000000000000000
--- a/client/samples/oprofile
+++ /dev/null
@@ -1,11 +0,0 @@
-print "Testing default event"
-
-job.profilers.add('oprofile')
-job.run_test('sleeptest', seconds=1, tag='default')
-job.profilers.delete('oprofile')
-
-print "Testing ICACHE_MISSES"
-
-job.profilers.add('oprofile', 'ICACHE_MISSES:100000')
-job.run_test('sleeptest', seconds=1, tag='icache_misses')
-job.profilers.delete('oprofile')
« no previous file with comments | « client/samples/mirror ('k') | client/samples/oprofile.power5+ » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698