labath added inline comments.
================ Comment at: lldb/include/lldb/Core/Module.h:940 + /// ElapsedTime + double &GetSymtabParseTime() { return m_symtab_parse_time; } + double &GetSymtabNamesTime() { return m_symtab_names_time; } ---------------- teemperor wrote: > Could the `double` and `uint64_t` here/below be a typedef to some unit? > `typedef double Seconds`/`typedef uint64_t ByteCount` or something along > those lines. Would make the unit we're expecting more obvious and I can > easily find all the related code. *cough* *cough* std::chrono *cough* *cough* Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D110804/new/ https://reviews.llvm.org/D110804 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits