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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/samples/parallel_dd ('k') | client/samples/reboot » ('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 for profiler in ('readprofile', 'oprofile', 'catprofile', 'lockmeter'):
2 try:
3 print "Testing profiler %s ..." % profiler
4 job.profilers.add(profiler)
5 job.run_test('sleeptest', seconds=3, tag=profiler)
6 job.profilers.delete(profiler)
7 except:
8 print "Test of profiler %s failed" % profiler
9 raise
OLDNEW
« 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