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

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: 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
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

Powered by Google App Engine
This is Rietveld 408576698