[llvm-commits] [llvm] r99832 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Duncan Sands
baldrick at free.fr
Mon Mar 29 23:37:12 PDT 2010
Hi Chris,
> fix a variety of issues were we'd start DebugTimer but
> not stop it by using RAII.
is there any real reason for the dwarf debug and dwarf exception writers to
have their own special timers? They are the only passes that do:
===-------------------------------------------------------------------------===
Miscellaneous Ungrouped Timers
===-------------------------------------------------------------------------===
---User Time--- --System Time-- --User+System-- ---Wall Time--- ---
Name ---
----- ----- ----- ----- DWARF
Exception Writer
----- ----- ----- ----- Dwarf
Debug Writer
----- ----- ----- ----- TOTAL
Ciao,
Duncan.
More information about the llvm-commits
mailing list