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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/samples/mirror ('k') | client/samples/oprofile.power5+ » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 print "Testing default event"
2
3 job.profilers.add('oprofile')
4 job.run_test('sleeptest', seconds=1, tag='default')
5 job.profilers.delete('oprofile')
6
7 print "Testing ICACHE_MISSES"
8
9 job.profilers.add('oprofile', 'ICACHE_MISSES:100000')
10 job.run_test('sleeptest', seconds=1, tag='icache_misses')
11 job.profilers.delete('oprofile')
OLDNEW
« 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