diff --git a/uppsrc/CppBase/cpp.cpp b/uppsrc/CppBase/cpp.cpp index fca8c4147..c8b13b732 100644 --- a/uppsrc/CppBase/cpp.cpp +++ b/uppsrc/CppBase/cpp.cpp @@ -196,11 +196,9 @@ void Cpp::Do(const String& sourcefile, Stream& in, const String& currentfile, bo LLOG("Include IN " << s); md5.Put(s); Do(sourcefile, in, s, get_macros); - RHITCOUNT("Include IN"); } else { LLOG("Include FLAT " << s); - RHITCOUNT("Include FLAT"); DoFlatInclude(s); } } diff --git a/uppsrc/CppBase/ppfile.cpp b/uppsrc/CppBase/ppfile.cpp index 47c58158d..ff30e6cc2 100644 --- a/uppsrc/CppBase/ppfile.cpp +++ b/uppsrc/CppBase/ppfile.cpp @@ -94,7 +94,6 @@ void SweepPPFiles(const Index& keep) sPPfile.Unlink(i); } else { - RTIMING("Sweep2"); const PPFile& p = sPPfile[i]; for(int j = 0; j < p.item.GetCount(); j++) pp_segment_id.FindAdd(p.item[j].segment_id); @@ -103,7 +102,6 @@ void SweepPPFiles(const Index& keep) CleanPP(); return; } - RTIMING("Sweep3"); unlinked_count = 0; for(int i = 0; i < sAllMacros.GetCount(); i++) { if(sAllMacros.IsUnlinked(i)) diff --git a/uppsrc/CppBase/srcfiles.cpp b/uppsrc/CppBase/srcfiles.cpp index f68e5605f..425713234 100644 --- a/uppsrc/CppBase/srcfiles.cpp +++ b/uppsrc/CppBase/srcfiles.cpp @@ -40,7 +40,6 @@ const VectorMap& GetAllSourceMasters() void GatherSources(const String& master_path, const String& path_, Vector& parents) { - RHITCOUNT("GatherSources"); String path = NormalizeSourcePath(path_); if(sSrcFile.Find(path) >= 0) return;