vbox的更動 13205 路徑 trunk/src/libs/xpcom18a4/python/sample
- 時間撮記:
- 2008-10-13 上午10:49:49 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器