Home
last modified time | relevance | path

Searched refs:wall (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp113 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord()
116 wall += other.wall; in operator +=()
122 wall -= other.wall; in operator -=()
130 if (total.user != total.wall) in print()
132 os << llvm::format(" %8.4f (%5.1f%%) ", wall, 100.0 * wall / total.wall); in print()
135 double wall, user; member
156 os << llvm::format(" Total Execution Time: %.4f seconds\n\n", total.wall); in printTimeHeader()
157 if (total.user != total.wall) in printTimeHeader()
301 << llvm::format(" %7.4f / %7.4f", time.user, time.wall); in dump()
340 &rhs->second.wall, &lhs->second.wall); in printAsList()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl10.rst89 little crazy or off the wall and seeing how it turns out. If you get
212 have a specific need and run into a wall, please bring the topic up on
/llvm-project-15.0.7/clang/docs/
H A DHowToSetupToolingForLLVM.rst121 if &autowrite | wall | endif
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md815 // Measure the user-visible time, the wall clock (literally, the time that
816 // has passed on the clock on the wall), use it to decide for how long to
828 // wall clock to decide for how long to run the benchmark loop.
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackGuide.rst830 Total Execution Time: 101.0106 seconds (102.4819 wall clock)
849 Total Execution Time: 746.3868 seconds (747.1447 wall clock)
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A DContributing.rst716 Total Execution Time: 1.0282 seconds (1.0258 wall clock)
735 "time.clang-tidy.readability-function-size.wall": 1.0421266555786133e+00,
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dlit.rst155 Track the wall time individual tests take to execute and includes the results
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMPass.rst309 Total Execution Time: 0.0007 seconds (0.0005 wall clock)
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptions.td1158 Desc<"For each trace item, print the corresponding wall clock timestamp "