Searched refs:rootTimer (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | COFFLinkerContext.cpp | 23 rootTimer("Total Linking Time"), in COFFLinkerContext() 24 inputFileTimer("Input File Reading", rootTimer), in COFFLinkerContext() 25 ltoTimer("LTO", rootTimer), gcTimer("GC", rootTimer), in COFFLinkerContext() 26 icfTimer("ICF", rootTimer), codeLayoutTimer("Code Layout", rootTimer), in COFFLinkerContext() 27 outputCommitTimer("Commit Output File", rootTimer), in COFFLinkerContext() 28 totalMapTimer("MAP Emission (Cumulative)", rootTimer), in COFFLinkerContext() 32 totalPdbLinkTimer("PDB Emission (Cumulative)", rootTimer), in COFFLinkerContext()
|
| H A D | COFFLinkerContext.h | 90 Timer rootTimer; variable
|
| H A D | Driver.cpp | 1498 ScopedTimer rootTimer(ctx.rootTimer); in linkerMain() local 2818 rootTimer.stop(); in linkerMain() 2820 ctx.rootTimer.print(); in linkerMain()
|