Changeset 13205
- Timestamp:
- 10/13/08 12:49:49 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/libs/xpcom18a4/python/sample/shellcommon.py
r13082 r13205 154 154 print "Completed:", completed, "rc:",rc 155 155 if int(rc) == 0: 156 # @todo Nikolay, what is the point in ignoring exceptions? 156 # we ignore exceptions to allow starting VM even if 157 # perf collector cannot be started 157 158 try: 158 159 perf.setup(['*'], [mach], 10, 15) 159 160 except: 161 print e 162 if g_verbose: 163 traceback.print_exc() 160 164 pass 161 165 session.close() … … 410 414 print "Running VirtualBox version %s" %(vbox.version) 411 415 416 ctx['perf'] = PerfCollector(vbox) 417 412 418 autoCompletion(commands, ctx) 413 419

