================
@@ -1228,10 +1231,9 @@ bool SymbolFileDWARF::ParseLineTable(CompileUnit 
&comp_unit) {
   if (offset == DW_INVALID_OFFSET)
     return false;
 
-  ElapsedTime elapsed(m_parse_time);
----------------
clayborg wrote:

We want this to stay in this function so it measures all of the work done by 
lldb. `m_parse_time` measures both how long it takes us to parse the 
information, but also should include any needed work to make this data usable 
for LLDB. 

https://github.com/llvm/llvm-project/pull/86568
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to